Class: Aws::Types::MediaLiveConnectorPipeline
- Inherits:
-
Object
- Object
- Aws::Types::MediaLiveConnectorPipeline
- 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::LiveConnectorSinkConfiguration]
Returns the value of attribute sinks.
-
#sources ⇒ ::Array[Types::LiveConnectorSourceConfiguration]
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.
625 626 627 |
# File 'sig/types.rbs', line 625 def @created_timestamp end |
#media_pipeline_arn ⇒ ::String
Returns the value of attribute media_pipeline_arn.
623 624 625 |
# File 'sig/types.rbs', line 623 def media_pipeline_arn @media_pipeline_arn end |
#media_pipeline_id ⇒ ::String
Returns the value of attribute media_pipeline_id.
622 623 624 |
# File 'sig/types.rbs', line 622 def media_pipeline_id @media_pipeline_id end |
#sinks ⇒ ::Array[Types::LiveConnectorSinkConfiguration]
Returns the value of attribute sinks.
621 622 623 |
# File 'sig/types.rbs', line 621 def sinks @sinks end |
#sources ⇒ ::Array[Types::LiveConnectorSourceConfiguration]
Returns the value of attribute sources.
620 621 622 |
# File 'sig/types.rbs', line 620 def sources @sources end |
#status ⇒ "Initializing", ...
Returns the value of attribute status.
624 625 626 |
# File 'sig/types.rbs', line 624 def status @status end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
626 627 628 |
# File 'sig/types.rbs', line 626 def @updated_timestamp end |