Class: Aws::Types::DescribeMultiplexProgramResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMultiplexProgramResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#multiplex_program_settings ⇒ Types::MultiplexProgramSettings
Returns the value of attribute multiplex_program_settings.
-
#packet_identifiers_map ⇒ Types::MultiplexProgramPacketIdentifiersMap
Returns the value of attribute packet_identifiers_map.
-
#pipeline_details ⇒ ::Array[Types::MultiplexProgramPipelineDetail]
Returns the value of attribute pipeline_details.
-
#program_name ⇒ ::String
Returns the value of attribute program_name.
Instance Attribute Details
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def channel_id @channel_id end |
#multiplex_program_settings ⇒ Types::MultiplexProgramSettings
Returns the value of attribute multiplex_program_settings.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def multiplex_program_settings @multiplex_program_settings end |
#packet_identifiers_map ⇒ Types::MultiplexProgramPacketIdentifiersMap
Returns the value of attribute packet_identifiers_map.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def packet_identifiers_map @packet_identifiers_map end |
#pipeline_details ⇒ ::Array[Types::MultiplexProgramPipelineDetail]
Returns the value of attribute pipeline_details.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def pipeline_details @pipeline_details end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def program_name @program_name end |