Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorStreamingConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#streaming_configurationTypes::StreamingConfiguration

The updated streaming settings.



2687
2688
2689
2690
2691
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2687

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