Module: Aws::CloudFormation::Client::_DescribeStackRefactorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeStackRefactorOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #execution_status ⇒ "UNAVAILABLE", ...
- #execution_status_reason ⇒ ::String
- #stack_ids ⇒ ::Array[::String]
- #stack_refactor_id ⇒ ::String
- #status ⇒ "CREATE_IN_PROGRESS", ...
- #status_reason ⇒ ::String
Instance Method Details
#description ⇒ ::String
668 |
# File 'sig/client.rbs', line 668
def description: () -> ::String
|
#execution_status ⇒ "UNAVAILABLE", ...
671 |
# File 'sig/client.rbs', line 671
def execution_status: () -> ("UNAVAILABLE" | "AVAILABLE" | "OBSOLETE" | "EXECUTE_IN_PROGRESS" | "EXECUTE_COMPLETE" | "EXECUTE_FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_COMPLETE" | "ROLLBACK_FAILED")
|
#execution_status_reason ⇒ ::String
672 |
# File 'sig/client.rbs', line 672
def execution_status_reason: () -> ::String
|
#stack_ids ⇒ ::Array[::String]
670 |
# File 'sig/client.rbs', line 670
def stack_ids: () -> ::Array[::String]
|
#stack_refactor_id ⇒ ::String
669 |
# File 'sig/client.rbs', line 669
def stack_refactor_id: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
673 |
# File 'sig/client.rbs', line 673
def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED")
|
#status_reason ⇒ ::String
674 |
# File 'sig/client.rbs', line 674
def status_reason: () -> ::String
|