Class: Aws::Bedrock::Types::GetModelInvocationLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetModelInvocationLoggingConfigurationResponse
- Includes:
- Structure
- Defined in:
- 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.
7699 7700 7701 7702 7703 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7699 class GetModelInvocationLoggingConfigurationResponse < Struct.new( :logging_config) SENSITIVE = [] include Aws::Structure end |