Class: Aws::Bedrock::Types::GetModelInvocationLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetModelInvocationLoggingConfigurationResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_config ⇒ Types::LoggingConfig
The current configuration values.
Instance Attribute Details
#logging_config ⇒ Types::LoggingConfig
The current configuration values.
2893 2894 2895 2896 2897 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2893 class GetModelInvocationLoggingConfigurationResponse < Struct.new( :logging_config) SENSITIVE = [] include Aws::Structure end |