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

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



2888
2889
2890
2891
2892
# File 'lib/aws-sdk-bedrock/types.rb', line 2888

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