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.
7079 7080 7081 7082 7083 |
# File 'lib/aws-sdk-chime/types.rb', line 7079 class PutVoiceConnectorStreamingConfigurationResponse < Struct.new( :streaming_configuration) SENSITIVE = [] include Aws::Structure end |