Class: Aws::Types::MediaStreamPipeline
- Inherits:
-
Object
- Object
- Aws::Types::MediaStreamPipeline
- 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::MediaStreamSink]
Returns the value of attribute sinks.
-
#sources ⇒ ::Array[Types::MediaStreamSource]
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.
648 649 650 |
# File 'sig/types.rbs', line 648 def @created_timestamp end |
#media_pipeline_arn ⇒ ::String
Returns the value of attribute media_pipeline_arn.
647 648 649 |
# File 'sig/types.rbs', line 647 def media_pipeline_arn @media_pipeline_arn end |
#media_pipeline_id ⇒ ::String
Returns the value of attribute media_pipeline_id.
646 647 648 |
# File 'sig/types.rbs', line 646 def media_pipeline_id @media_pipeline_id end |
#sinks ⇒ ::Array[Types::MediaStreamSink]
Returns the value of attribute sinks.
652 653 654 |
# File 'sig/types.rbs', line 652 def sinks @sinks end |
#sources ⇒ ::Array[Types::MediaStreamSource]
Returns the value of attribute sources.
651 652 653 |
# File 'sig/types.rbs', line 651 def sources @sources end |
#status ⇒ "Initializing", ...
Returns the value of attribute status.
650 651 652 |
# File 'sig/types.rbs', line 650 def status @status end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
649 650 651 |
# File 'sig/types.rbs', line 649 def @updated_timestamp end |