class
Amazonite::CloudFormation::CreateStackRefactorInput
- Amazonite::CloudFormation::CreateStackRefactorInput
- Reference
- Object
Defined in:
cloudformation/create_stack_refactor_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_definitions : Array(StackDefinition), description : String | Nil = nil, enable_stack_creation : Bool | Nil = nil, resource_mappings : Array(ResourceMapping) | 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 stack refactor.
-
#description=(description : String | Nil)
A description to help you identify the stack refactor.
-
#enable_stack_creation : Bool | Nil
Determines if a new stack is created with the refactor.
-
#enable_stack_creation=(enable_stack_creation : Bool | Nil)
Determines if a new stack is created with the refactor.
-
#hash(hasher)
See
Object#hash(hasher) -
#resource_mappings : Array(ResourceMapping) | Nil
The mappings for the stack resource
Sourceand stack resourceDestination. -
#resource_mappings=(resource_mappings : Array(ResourceMapping) | Nil)
The mappings for the stack resource
Sourceand stack resourceDestination. -
#stack_definitions : Array(StackDefinition)
The stacks being refactored.
-
#stack_definitions=(stack_definitions : Array(StackDefinition))
The stacks being refactored.
- #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?.
A description to help you identify the stack refactor.
Determines if a new stack is created with the refactor.
The mappings for the stack resource Source and stack resource Destination.
The mappings for the stack resource Source and stack resource Destination.