Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorLoggingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_configuration ⇒ Types::LoggingConfiguration
The updated logging configuration.
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfiguration
The updated logging configuration.
2584 2585 2586 2587 2588 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2584 class PutVoiceConnectorLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |