Class: Aws::Bedrock::Types::PutModelInvocationLoggingConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configTypes::LoggingConfig

The logging configuration values to set.



6174
6175
6176
6177
6178
# File 'lib/aws-sdk-bedrock/types.rb', line 6174

class PutModelInvocationLoggingConfigurationRequest < Struct.new(
  :logging_config)
  SENSITIVE = []
  include Aws::Structure
end