Class: Aws::Types::WorkflowState
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "DEPRECATED"
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def reason @reason end |
#status ⇒ "DEPRECATED"
Returns the value of attribute status.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def status @status end |