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