Class: Aws::Chime::Types::PutVoiceConnectorStreamingConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#streaming_configurationTypes::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