Class: Aws::Types::PipelineExecutionStep
- Inherits:
-
Object
- Object
- Aws::Types::PipelineExecutionStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempt_count ⇒ ::Integer
Returns the value of attribute attempt_count.
-
#cache_hit_result ⇒ Types::CacheHitResult
Returns the value of attribute cache_hit_result.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#metadata ⇒ Types::PipelineExecutionStepMetadata
Returns the value of attribute metadata.
-
#selective_execution_result ⇒ Types::SelectiveExecutionResult
Returns the value of attribute selective_execution_result.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#step_description ⇒ ::String
Returns the value of attribute step_description.
-
#step_display_name ⇒ ::String
Returns the value of attribute step_display_name.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
-
#step_status ⇒ "Starting", ...
Returns the value of attribute step_status.
Instance Attribute Details
#attempt_count ⇒ ::Integer
Returns the value of attribute attempt_count.
9844 9845 9846 |
# File 'sig/types.rbs', line 9844 def attempt_count @attempt_count end |
#cache_hit_result ⇒ Types::CacheHitResult
Returns the value of attribute cache_hit_result.
9841 9842 9843 |
# File 'sig/types.rbs', line 9841 def cache_hit_result @cache_hit_result end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
9839 9840 9841 |
# File 'sig/types.rbs', line 9839 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9842 9843 9844 |
# File 'sig/types.rbs', line 9842 def failure_reason @failure_reason end |
#metadata ⇒ Types::PipelineExecutionStepMetadata
Returns the value of attribute metadata.
9843 9844 9845 |
# File 'sig/types.rbs', line 9843 def @metadata end |
#selective_execution_result ⇒ Types::SelectiveExecutionResult
Returns the value of attribute selective_execution_result.
9845 9846 9847 |
# File 'sig/types.rbs', line 9845 def selective_execution_result @selective_execution_result end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
9838 9839 9840 |
# File 'sig/types.rbs', line 9838 def start_time @start_time end |
#step_description ⇒ ::String
Returns the value of attribute step_description.
9837 9838 9839 |
# File 'sig/types.rbs', line 9837 def step_description @step_description end |
#step_display_name ⇒ ::String
Returns the value of attribute step_display_name.
9836 9837 9838 |
# File 'sig/types.rbs', line 9836 def step_display_name @step_display_name end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
9835 9836 9837 |
# File 'sig/types.rbs', line 9835 def step_name @step_name end |
#step_status ⇒ "Starting", ...
Returns the value of attribute step_status.
9840 9841 9842 |
# File 'sig/types.rbs', line 9840 def step_status @step_status end |