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.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def end_time @end_time end |
#execution_priority ⇒ ::Integer
Returns the value of attribute execution_priority.
3112 3113 3114 |
# File 'sig/types.rbs', line 3112 def execution_priority @execution_priority end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_version ⇒ ::String
Returns the value of attribute pipeline_version.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def pipeline_version @pipeline_version end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3113 3114 3115 |
# File 'sig/types.rbs', line 3113 def start_time @start_time end |
#status ⇒ Types::PipelineExecutionStatus
Returns the value of attribute status.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def status @status end |