class
Amazonite::CloudFormation::GetTemplateOutput
- Amazonite::CloudFormation::GetTemplateOutput
- Reference
- Object
Overview
The output for GetTemplate action.
Defined in:
cloudformation/get_template_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(template_body : String | Nil = nil, stages_available : Array(TemplateStage) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stages_available : Array(TemplateStage) | Nil
The stage of the template that you can retrieve.
-
#stages_available=(stages_available : Array(TemplateStage) | Nil)
The stage of the template that you can retrieve.
-
#template_body : String | Nil
Structure that contains the template body.
-
#template_body=(template_body : String | Nil)
Structure that contains the template body.
- #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?.
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.
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.
Structure that contains the template body.
CloudFormation returns the same template that was used when the stack was created.
Structure that contains the template body.
CloudFormation returns the same template that was used when the stack was created.