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.
2828 2829 2830 2831 2832 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2828 class PutVoiceConnectorStreamingConfigurationResponse < Struct.new( :streaming_configuration) SENSITIVE = [] include Aws::Structure end |