Class: Aws::Types::LifecycleExecutionResourceAction
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleExecutionResourceAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "AVAILABLE", ...
Returns the value of attribute name.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#name ⇒ "AVAILABLE", ...
Returns the value of attribute name.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def reason @reason end |