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.



11011
11012
11013
11014
11015
# File 'lib/aws-sdk-bedrock/types.rb', line 11011

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