Class: Aws::Types::MediaStreamSourceConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::MediaStreamSourceConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encoding_name ⇒ "jxsv", ...
Returns the value of attribute encoding_name.
-
#input_configurations ⇒ ::Array[Types::InputConfigurationRequest]
Returns the value of attribute input_configurations.
-
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
Instance Attribute Details
#encoding_name ⇒ "jxsv", ...
Returns the value of attribute encoding_name.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def encoding_name @encoding_name end |
#input_configurations ⇒ ::Array[Types::InputConfigurationRequest]
Returns the value of attribute input_configurations.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def input_configurations @input_configurations end |
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def media_stream_name @media_stream_name end |