Class: Aws::Types::MediaConcatenationPipeline
- Inherits:
-
Object
- Object
- Aws::Types::MediaConcatenationPipeline
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#media_pipeline_arn ⇒ ::String
Returns the value of attribute media_pipeline_arn.
-
#media_pipeline_id ⇒ ::String
Returns the value of attribute media_pipeline_id.
-
#sinks ⇒ ::Array[Types::ConcatenationSink]
Returns the value of attribute sinks.
-
#sources ⇒ ::Array[Types::ConcatenationSource]
Returns the value of attribute sources.
-
#status ⇒ "Initializing", ...
Returns the value of attribute status.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
561 562 563 |
# File 'sig/types.rbs', line 561 def @created_timestamp end |
#media_pipeline_arn ⇒ ::String
Returns the value of attribute media_pipeline_arn.
557 558 559 |
# File 'sig/types.rbs', line 557 def media_pipeline_arn @media_pipeline_arn end |
#media_pipeline_id ⇒ ::String
Returns the value of attribute media_pipeline_id.
556 557 558 |
# File 'sig/types.rbs', line 556 def media_pipeline_id @media_pipeline_id end |
#sinks ⇒ ::Array[Types::ConcatenationSink]
Returns the value of attribute sinks.
559 560 561 |
# File 'sig/types.rbs', line 559 def sinks @sinks end |
#sources ⇒ ::Array[Types::ConcatenationSource]
Returns the value of attribute sources.
558 559 560 |
# File 'sig/types.rbs', line 558 def sources @sources end |
#status ⇒ "Initializing", ...
Returns the value of attribute status.
560 561 562 |
# File 'sig/types.rbs', line 560 def status @status end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
562 563 564 |
# File 'sig/types.rbs', line 562 def @updated_timestamp end |