Class: Aws::Chime::Types::GetVoiceConnectorLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetVoiceConnectorLoggingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_configuration ⇒ Types::LoggingConfiguration
The logging configuration details.
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfiguration
The logging configuration details.
4509 4510 4511 4512 4513 |
# File 'lib/aws-sdk-chime/types.rb', line 4509 class GetVoiceConnectorLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |