class
Amazonite::CloudFormation::GetGeneratedTemplateOutput
- Amazonite::CloudFormation::GetGeneratedTemplateOutput
- Reference
- Object
Defined in:
cloudformation/get_generated_template_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(status : GeneratedTemplateStatus | Nil = nil, template_body : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#status : GeneratedTemplateStatus | Nil
The status of the template generation.
-
#status=(status : GeneratedTemplateStatus | Nil)
The status of the template generation.
-
#template_body : String | Nil
The template body of the generated template, in the language specified by the
Languageparameter. -
#template_body=(template_body : String | Nil)
The template body of the generated template, in the language specified by the
Languageparameter. - #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 status of the template generation. Supported values are:
-
CreatePending- the creation of the template is pending. -
CreateInProgress- the creation of the template is in progress. -
DeletePending- the deletion of the template is pending. -
DeleteInProgress- the deletion of the template is in progress. -
UpdatePending- the update of the template is pending. -
UpdateInProgress- the update of the template is in progress. -
Failed- the template operation failed. -
Complete- the template operation is complete.
The status of the template generation. Supported values are:
-
CreatePending- the creation of the template is pending. -
CreateInProgress- the creation of the template is in progress. -
DeletePending- the deletion of the template is pending. -
DeleteInProgress- the deletion of the template is in progress. -
UpdatePending- the update of the template is pending. -
UpdateInProgress- the update of the template is in progress. -
Failed- the template operation failed. -
Complete- the template operation is complete.
The template body of the generated template, in the language specified by the Language
parameter.
The template body of the generated template, in the language specified by the Language
parameter.