Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceConnectorLoggingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/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 .
1292 1293 1294 1295 1296 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1292 class GetVoiceConnectorLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |