Class: Aws::Chime::Types::GetVoiceConnectorStreamingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetVoiceConnectorStreamingConfigurationResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#streaming_configuration ⇒ Types::StreamingConfiguration
The streaming configuration details.
Instance Attribute Details
#streaming_configuration ⇒ Types::StreamingConfiguration
The streaming configuration details.
5517 5518 5519 5520 5521 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5517 class GetVoiceConnectorStreamingConfigurationResponse < Struct.new( :streaming_configuration) SENSITIVE = [] include Aws::Structure end |