Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorStreamingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceConnectorStreamingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#streaming_configuration ⇒ Types::StreamingConfiguration
The details of the streaming configuration.
Instance Attribute Details
#streaming_configuration ⇒ Types::StreamingConfiguration
The details of the streaming configuration.
1388 1389 1390 1391 1392 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1388 class GetVoiceConnectorStreamingConfigurationResponse < Struct.new( :streaming_configuration) SENSITIVE = [] include Aws::Structure end |