Class: Aws::Types::LifecycleExecutionState
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleExecutionState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def reason @reason end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def status @status end |