class Amazonite::CloudFormation::CreateStackRefactorInput

Defined in:

cloudformation/create_stack_refactor_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(stack_definitions : Array(StackDefinition), description : String | Nil = nil, enable_stack_creation : Bool | Nil = nil, resource_mappings : Array(ResourceMapping) | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def description : String | Nil #

A description to help you identify the stack refactor.


[View source]
def description=(description : String | Nil) #

A description to help you identify the stack refactor.


[View source]
def enable_stack_creation : Bool | Nil #

Determines if a new stack is created with the refactor.


[View source]
def enable_stack_creation=(enable_stack_creation : Bool | Nil) #

Determines if a new stack is created with the refactor.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def resource_mappings : Array(ResourceMapping) | Nil #

The mappings for the stack resource Source and stack resource Destination.


[View source]
def resource_mappings=(resource_mappings : Array(ResourceMapping) | Nil) #

The mappings for the stack resource Source and stack resource Destination.


[View source]
def stack_definitions : Array(StackDefinition) #

The stacks being refactored.


[View source]
def stack_definitions=(stack_definitions : Array(StackDefinition)) #

The stacks being refactored.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]