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