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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11011

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