Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorStreamingConfigurationResponse

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

#streaming_configurationTypes::StreamingConfiguration

The details of the streaming configuration.



1388
1389
1390
1391
1392
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1388

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