Class: Aws::Chime::Types::PutVoiceConnectorStreamingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PutVoiceConnectorStreamingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#streaming_configuration ⇒ Types::StreamingConfiguration
The updated streaming configuration details.
Instance Attribute Details
#streaming_configuration ⇒ Types::StreamingConfiguration
The updated streaming configuration details.
6913 6914 6915 6916 6917 |
# File 'lib/aws-sdk-chime/types.rb', line 6913 class PutVoiceConnectorStreamingConfigurationResponse < Struct.new( :streaming_configuration) SENSITIVE = [] include Aws::Structure end |