Class: Aws::Types::MultiplexProgramPipelineDetail
- Inherits:
-
Object
- Object
- Aws::Types::MultiplexProgramPipelineDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_channel_pipeline ⇒ ::String
Returns the value of attribute active_channel_pipeline.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
Instance Attribute Details
#active_channel_pipeline ⇒ ::String
Returns the value of attribute active_channel_pipeline.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def active_channel_pipeline @active_channel_pipeline end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def pipeline_id @pipeline_id end |