Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorLoggingConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configurationTypes::LoggingConfiguration

The updated logging configuration.



2584
2585
2586
2587
2588
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2584

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