Class: Aws::Chime::Types::GetVoiceConnectorStreamingConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#streaming_configurationTypes::StreamingConfiguration

The streaming configuration details.



4605
4606
4607
4608
4609
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4605

class GetVoiceConnectorStreamingConfigurationResponse < Struct.new(
  :streaming_configuration)
  SENSITIVE = []
  include Aws::Structure
end