Class: Aws::Types::StackRefactorSummary
- Inherits:
-
Object
- Object
- Aws::Types::StackRefactorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_status ⇒ "UNAVAILABLE", ...
Returns the value of attribute execution_status.
-
#execution_status_reason ⇒ ::String
Returns the value of attribute execution_status_reason.
-
#stack_refactor_id ⇒ ::String
Returns the value of attribute stack_refactor_id.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def description @description end |
#execution_status ⇒ "UNAVAILABLE", ...
Returns the value of attribute execution_status.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def execution_status @execution_status end |
#execution_status_reason ⇒ ::String
Returns the value of attribute execution_status_reason.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def execution_status_reason @execution_status_reason end |
#stack_refactor_id ⇒ ::String
Returns the value of attribute stack_refactor_id.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def stack_refactor_id @stack_refactor_id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def status_reason @status_reason end |