Class: Aws::Bedrock::Types::GetModelInvocationLoggingConfigurationResponse

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 current configuration values.



1493
1494
1495
1496
1497
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1493

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