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.



2945
2946
2947
2948
2949
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2945

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