class Amazonite::CloudFormation::DescribeStackRefactorOutput

Defined in:

cloudformation/describe_stack_refactor_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def 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) #

[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 refactor.


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

A description to help you identify the refactor.


[View source]
def execution_status : StackRefactorExecutionStatus | Nil #

The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.


[View source]
def execution_status=(execution_status : StackRefactorExecutionStatus | Nil) #

The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.


[View source]
def execution_status_reason : String | Nil #

A detailed explanation for the stack refactor ExecutionStatus.


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

A detailed explanation for the stack refactor ExecutionStatus.


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

See Object#hash(hasher)


def stack_ids : Array(String) | Nil #

The unique ID for each stack.


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

The unique ID for each stack.


[View source]
def stack_refactor_id : String | Nil #

The ID associated with the stack refactor created from the CreateStackRefactor action.


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

The ID associated with the stack refactor created from the CreateStackRefactor action.


[View source]
def status : StackRefactorStatus | Nil #

The stack refactor operation status that's provided after calling the CreateStackRefactor action.


[View source]
def status=(status : StackRefactorStatus | Nil) #

The stack refactor operation status that's provided after calling the CreateStackRefactor action.


[View source]
def status_reason : String | Nil #

A detailed explanation for the stack refactor operation Status.


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

A detailed explanation for the stack refactor operation Status.


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

[View source]
def validate! : Nil #

[View source]