Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorStreamingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorStreamingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#streaming_configuration ⇒ Types::StreamingConfiguration
The updated streaming settings.
Instance Attribute Details
#streaming_configuration ⇒ Types::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 |