Class: Aws::MediaLive::Types::DeleteMultiplexProgramResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DeleteMultiplexProgramResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #channel_id ⇒ String
-
#multiplex_program_settings ⇒ Types::MultiplexProgramSettings
Multiplex Program settings configuration.
-
#packet_identifiers_map ⇒ Types::MultiplexProgramPacketIdentifiersMap
Packet identifiers map for a given Multiplex program.
- #pipeline_details ⇒ Array<Types::MultiplexProgramPipelineDetail>
- #program_name ⇒ String
Instance Attribute Details
#channel_id ⇒ String
2920 2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'lib/aws-sdk-medialive/types.rb', line 2920 class DeleteMultiplexProgramResponse < Struct.new( :channel_id, :multiplex_program_settings, :packet_identifiers_map, :pipeline_details, :program_name) SENSITIVE = [] include Aws::Structure end |
#multiplex_program_settings ⇒ Types::MultiplexProgramSettings
Multiplex Program settings configuration.
2920 2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'lib/aws-sdk-medialive/types.rb', line 2920 class DeleteMultiplexProgramResponse < Struct.new( :channel_id, :multiplex_program_settings, :packet_identifiers_map, :pipeline_details, :program_name) SENSITIVE = [] include Aws::Structure end |
#packet_identifiers_map ⇒ Types::MultiplexProgramPacketIdentifiersMap
Packet identifiers map for a given Multiplex program.
2920 2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'lib/aws-sdk-medialive/types.rb', line 2920 class DeleteMultiplexProgramResponse < Struct.new( :channel_id, :multiplex_program_settings, :packet_identifiers_map, :pipeline_details, :program_name) SENSITIVE = [] include Aws::Structure end |
#pipeline_details ⇒ Array<Types::MultiplexProgramPipelineDetail>
2920 2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'lib/aws-sdk-medialive/types.rb', line 2920 class DeleteMultiplexProgramResponse < Struct.new( :channel_id, :multiplex_program_settings, :packet_identifiers_map, :pipeline_details, :program_name) SENSITIVE = [] include Aws::Structure end |
#program_name ⇒ String
2920 2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'lib/aws-sdk-medialive/types.rb', line 2920 class DeleteMultiplexProgramResponse < Struct.new( :channel_id, :multiplex_program_settings, :packet_identifiers_map, :pipeline_details, :program_name) SENSITIVE = [] include Aws::Structure end |