Class: Aws::MediaLive::Types::MultiplexProgramPipelineDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MultiplexProgramPipelineDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
The current source for one of the pipelines in the multiplex.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_channel_pipeline ⇒ String
Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.
-
#pipeline_id ⇒ String
Identifies a specific pipeline in the multiplex.
Instance Attribute Details
#active_channel_pipeline ⇒ String
Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.
9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-medialive/types.rb', line 9589 class MultiplexProgramPipelineDetail < Struct.new( :active_channel_pipeline, :pipeline_id) SENSITIVE = [] include Aws::Structure end |
#pipeline_id ⇒ String
Identifies a specific pipeline in the multiplex.
9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-medialive/types.rb', line 9589 class MultiplexProgramPipelineDetail < Struct.new( :active_channel_pipeline, :pipeline_id) SENSITIVE = [] include Aws::Structure end |