class
Amazonite::CloudFormation::DescribeStackRefactorOutput
- Amazonite::CloudFormation::DescribeStackRefactorOutput
- Reference
- Object
Defined in:
cloudformation/describe_stack_refactor_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(description : String | Nil = nil, stack_refactor_id : String | Nil = nil, stack_ids : Array(String) | Nil = nil, execution_status : StackRefactorExecutionStatus | Nil = nil, execution_status_reason : String | Nil = nil, status : StackRefactorStatus | Nil = nil, status_reason : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
A description to help you identify the refactor.
-
#description=(description : String | Nil)
A description to help you identify the refactor.
-
#execution_status : StackRefactorExecutionStatus | Nil
The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.
-
#execution_status=(execution_status : StackRefactorExecutionStatus | Nil)
The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.
-
#execution_status_reason : String | Nil
A detailed explanation for the stack refactor
ExecutionStatus. -
#execution_status_reason=(execution_status_reason : String | Nil)
A detailed explanation for the stack refactor
ExecutionStatus. -
#hash(hasher)
See
Object#hash(hasher) -
#stack_ids : Array(String) | Nil
The unique ID for each stack.
-
#stack_ids=(stack_ids : Array(String) | Nil)
The unique ID for each stack.
-
#stack_refactor_id : String | Nil
The ID associated with the stack refactor created from the CreateStackRefactor action.
-
#stack_refactor_id=(stack_refactor_id : String | Nil)
The ID associated with the stack refactor created from the CreateStackRefactor action.
-
#status : StackRefactorStatus | Nil
The stack refactor operation status that's provided after calling the CreateStackRefactor action.
-
#status=(status : StackRefactorStatus | Nil)
The stack refactor operation status that's provided after calling the CreateStackRefactor action.
-
#status_reason : String | Nil
A detailed explanation for the stack refactor operation
Status. -
#status_reason=(status_reason : String | Nil)
A detailed explanation for the stack refactor operation
Status. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.
The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.
A detailed explanation for the stack refactor ExecutionStatus.
A detailed explanation for the stack refactor ExecutionStatus.
The ID associated with the stack refactor created from the CreateStackRefactor action.
The ID associated with the stack refactor created from the CreateStackRefactor action.
The stack refactor operation status that's provided after calling the CreateStackRefactor action.
The stack refactor operation status that's provided after calling the CreateStackRefactor action.
A detailed explanation for the stack refactor operation Status.