Class: Aws::Types::PipelineExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::PipelineExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
-
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
-
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
-
#pipeline_execution_failure_reason ⇒ ::String
Returns the value of attribute pipeline_execution_failure_reason.
-
#pipeline_execution_status ⇒ "Executing", ...
Returns the value of attribute pipeline_execution_status.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
9877 9878 9879 |
# File 'sig/types.rbs', line 9877 def pipeline_execution_arn @pipeline_execution_arn end |
#pipeline_execution_description ⇒ ::String
Returns the value of attribute pipeline_execution_description.
9880 9881 9882 |
# File 'sig/types.rbs', line 9880 def pipeline_execution_description @pipeline_execution_description end |
#pipeline_execution_display_name ⇒ ::String
Returns the value of attribute pipeline_execution_display_name.
9881 9882 9883 |
# File 'sig/types.rbs', line 9881 def pipeline_execution_display_name @pipeline_execution_display_name end |
#pipeline_execution_failure_reason ⇒ ::String
Returns the value of attribute pipeline_execution_failure_reason.
9882 9883 9884 |
# File 'sig/types.rbs', line 9882 def pipeline_execution_failure_reason @pipeline_execution_failure_reason end |
#pipeline_execution_status ⇒ "Executing", ...
Returns the value of attribute pipeline_execution_status.
9879 9880 9881 |
# File 'sig/types.rbs', line 9879 def pipeline_execution_status @pipeline_execution_status end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
9878 9879 9880 |
# File 'sig/types.rbs', line 9878 def start_time @start_time end |