Class: Aws::Types::DeleteMultiplexProgramResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMultiplexProgramResponse
- 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.
835 836 837 |
# File 'sig/types.rbs', line 835 def channel_id @channel_id end |
#multiplex_program_settings ⇒ Types::MultiplexProgramSettings
Returns the value of attribute multiplex_program_settings.
836 837 838 |
# File 'sig/types.rbs', line 836 def multiplex_program_settings @multiplex_program_settings end |
#packet_identifiers_map ⇒ Types::MultiplexProgramPacketIdentifiersMap
Returns the value of attribute packet_identifiers_map.
837 838 839 |
# File 'sig/types.rbs', line 837 def packet_identifiers_map @packet_identifiers_map end |
#pipeline_details ⇒ ::Array[Types::MultiplexProgramPipelineDetail]
Returns the value of attribute pipeline_details.
838 839 840 |
# File 'sig/types.rbs', line 838 def pipeline_details @pipeline_details end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
839 840 841 |
# File 'sig/types.rbs', line 839 def program_name @program_name end |