class Amazonite::CloudFormation::GetTemplateOutput

Overview

The output for GetTemplate action.

Defined in:

cloudformation/get_template_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(template_body : String | Nil = nil, stages_available : Array(TemplateStage) | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def stages_available : Array(TemplateStage) | Nil #

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.


[View source]
def stages_available=(stages_available : Array(TemplateStage) | Nil) #

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After CloudFormation finishes creating the change set, the Processed template becomes available.


[View source]
def template_body : String | Nil #

Structure that contains the template body.

CloudFormation returns the same template that was used when the stack was created.


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

Structure that contains the template body.

CloudFormation returns the same template that was used when the stack was created.


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

[View source]
def validate! : Nil #

[View source]