class
Amazonite::CloudFormation::ExecuteStackRefactorInput
- Amazonite::CloudFormation::ExecuteStackRefactorInput
- Reference
- Object
Defined in:
cloudformation/execute_stack_refactor_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stack_refactor_id : String
The ID associated with the stack refactor created from the CreateStackRefactor action.
-
#stack_refactor_id=(stack_refactor_id : String)
The ID associated with the stack refactor created from the CreateStackRefactor action.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def stack_refactor_id : String
#
The ID associated with the stack refactor created from the CreateStackRefactor action.
def stack_refactor_id=(stack_refactor_id : String)
#
The ID associated with the stack refactor created from the CreateStackRefactor action.