Class: Aws::Types::ExperimentActionState
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentActionState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "pending", ...
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
181 182 183 |
# File 'sig/types.rbs', line 181 def reason @reason end |
#status ⇒ "pending", ...
Returns the value of attribute status.
180 181 182 |
# File 'sig/types.rbs', line 180 def status @status end |