Class: Aws::Chime::Types::PutVoiceConnectorLoggingConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configurationTypes::LoggingConfiguration

The updated logging configuration details.



6976
6977
6978
6979
6980
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6976

class PutVoiceConnectorLoggingConfigurationResponse < Struct.new(
  :logging_configuration)
  SENSITIVE = []
  include Aws::Structure
end