Class: Aws::Types::CancelStepsInfo
- Inherits:
-
Object
- Object
- Aws::Types::CancelStepsInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "SUBMITTED", "FAILED"
Returns the value of attribute status.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
123 124 125 |
# File 'sig/types.rbs', line 123 def reason @reason end |
#status ⇒ "SUBMITTED", "FAILED"
Returns the value of attribute status.
122 123 124 |
# File 'sig/types.rbs', line 122 def status @status end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
121 122 123 |
# File 'sig/types.rbs', line 121 def step_id @step_id end |