Class: Aws::Types::DescribeStackRefactorOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStackRefactorOutput
- 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_ids ⇒ ::Array[::String]
Returns the value of attribute stack_ids.
-
#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.
575 576 577 |
# File 'sig/types.rbs', line 575 def description @description end |
#execution_status ⇒ "UNAVAILABLE", ...
Returns the value of attribute execution_status.
578 579 580 |
# File 'sig/types.rbs', line 578 def execution_status @execution_status end |
#execution_status_reason ⇒ ::String
Returns the value of attribute execution_status_reason.
579 580 581 |
# File 'sig/types.rbs', line 579 def execution_status_reason @execution_status_reason end |
#stack_ids ⇒ ::Array[::String]
Returns the value of attribute stack_ids.
577 578 579 |
# File 'sig/types.rbs', line 577 def stack_ids @stack_ids end |
#stack_refactor_id ⇒ ::String
Returns the value of attribute stack_refactor_id.
576 577 578 |
# File 'sig/types.rbs', line 576 def stack_refactor_id @stack_refactor_id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
580 581 582 |
# File 'sig/types.rbs', line 580 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
581 582 583 |
# File 'sig/types.rbs', line 581 def status_reason @status_reason end |