Class: Aws::Types::MediaStreamOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MediaStreamOutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_configurations ⇒ ::Array[Types::DestinationConfiguration]
Returns the value of attribute destination_configurations.
-
#encoding_name ⇒ "jxsv", ...
Returns the value of attribute encoding_name.
-
#encoding_parameters ⇒ Types::EncodingParameters
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::DestinationConfiguration]
Returns the value of attribute destination_configurations.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def destination_configurations @destination_configurations end |
#encoding_name ⇒ "jxsv", ...
Returns the value of attribute encoding_name.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def encoding_name @encoding_name end |
#encoding_parameters ⇒ Types::EncodingParameters
Returns the value of attribute encoding_parameters.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def encoding_parameters @encoding_parameters end |
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def media_stream_name @media_stream_name end |