Class: Aws::Types::MediaStreamOutputConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::MediaStreamOutputConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_configurations ⇒ ::Array[Types::DestinationConfigurationRequest]
Returns the value of attribute destination_configurations.
-
#encoding_name ⇒ "jxsv", ...
Returns the value of attribute encoding_name.
-
#encoding_parameters ⇒ Types::EncodingParametersRequest
Returns the value of attribute encoding_parameters.
-
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
Instance Attribute Details
#destination_configurations ⇒ ::Array[Types::DestinationConfigurationRequest]
Returns the value of attribute destination_configurations.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def destination_configurations @destination_configurations end |
#encoding_name ⇒ "jxsv", ...
Returns the value of attribute encoding_name.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def encoding_name @encoding_name end |
#encoding_parameters ⇒ Types::EncodingParametersRequest
Returns the value of attribute encoding_parameters.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def encoding_parameters @encoding_parameters end |
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def media_stream_name @media_stream_name end |