Class: Aws::Types::PutVoiceConnectorStreamingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutVoiceConnectorStreamingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#streaming_configuration ⇒ Types::StreamingConfiguration
Returns the value of attribute streaming_configuration.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#streaming_configuration ⇒ Types::StreamingConfiguration
Returns the value of attribute streaming_configuration.
940 941 942 |
# File 'sig/types.rbs', line 940 def streaming_configuration @streaming_configuration end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
939 940 941 |
# File 'sig/types.rbs', line 939 def voice_connector_id @voice_connector_id end |