Class: Aws::Types::StepStatus
- Inherits:
-
Object
- Object
- Aws::Types::StepStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ Types::StepStateChangeReason
Returns the value of attribute state_change_reason.
-
#timeline ⇒ Types::StepTimeline
Returns the value of attribute timeline.
Instance Attribute Details
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def failure_details @failure_details end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def state @state end |
#state_change_reason ⇒ Types::StepStateChangeReason
Returns the value of attribute state_change_reason.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def state_change_reason @state_change_reason end |
#timeline ⇒ Types::StepTimeline
Returns the value of attribute timeline.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def timeline @timeline end |