Class: Aws::Types::PipelineExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::PipelineExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#execution_priority ⇒ ::Integer
Returns the value of attribute execution_priority.
-
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
-
#pipeline_version ⇒ ::String
Returns the value of attribute pipeline_version.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ Types::PipelineExecutionStatus
Returns the value of attribute status.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def end_time @end_time end |
#execution_priority ⇒ ::Integer
Returns the value of attribute execution_priority.
3146 3147 3148 |
# File 'sig/types.rbs', line 3146 def execution_priority @execution_priority end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_version ⇒ ::String
Returns the value of attribute pipeline_version.
3144 3145 3146 |
# File 'sig/types.rbs', line 3144 def pipeline_version @pipeline_version end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3147 3148 3149 |
# File 'sig/types.rbs', line 3147 def start_time @start_time end |
#status ⇒ Types::PipelineExecutionStatus
Returns the value of attribute status.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def status @status end |