Class: Aws::Bedrock::Types::PutModelInvocationLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::PutModelInvocationLoggingConfigurationRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_config ⇒ Types::LoggingConfig
The logging configuration values to set.
Instance Attribute Details
#logging_config ⇒ Types::LoggingConfig
The logging configuration values to set.
12381 12382 12383 12384 12385 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12381 class PutModelInvocationLoggingConfigurationRequest < Struct.new( :logging_config) SENSITIVE = [] include Aws::Structure end |