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

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 updated streaming configuration details.



7079
7080
7081
7082
7083
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7079

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