class
Amazonite::CloudFormation::TemplateSummary
- Amazonite::CloudFormation::TemplateSummary
- Reference
- Object
Overview
The summary of a generated template.
Defined in:
cloudformation/template_summary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(generated_template_id : String | Nil = nil, generated_template_name : String | Nil = nil, status : GeneratedTemplateStatus | Nil = nil, status_reason : String | Nil = nil, creation_time : Time | Nil = nil, last_updated_time : Time | Nil = nil, number_of_resources : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#creation_time : Time | Nil
The time the generated template was created.
-
#creation_time=(creation_time : Time | Nil)
The time the generated template was created.
-
#generated_template_id : String | Nil
The Amazon Resource Name (ARN) of the generated template.
-
#generated_template_id=(generated_template_id : String | Nil)
The Amazon Resource Name (ARN) of the generated template.
-
#generated_template_name : String | Nil
The name of the generated template.
-
#generated_template_name=(generated_template_name : String | Nil)
The name of the generated template.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_updated_time : Time | Nil
The time the generated template was last updated.
-
#last_updated_time=(last_updated_time : Time | Nil)
The time the generated template was last updated.
-
#number_of_resources : Int32 | Nil
The number of resources in the generated template.
-
#number_of_resources=(number_of_resources : Int32 | Nil)
The number of resources in the generated template.
-
#status : GeneratedTemplateStatus | Nil
The status of the template generation.
-
#status=(status : GeneratedTemplateStatus | Nil)
The status of the template generation.
-
#status_reason : String | Nil
The reason for the current template generation status.
-
#status_reason=(status_reason : String | Nil)
The reason for the current template generation status.
- #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 Amazon Resource Name (ARN) of the generated template. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}. For example,
arn:aws:cloudformation:*us-east-1*:*123456789012*:generatedtemplate/*2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc* .
The Amazon Resource Name (ARN) of the generated template. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}. For example,
arn:aws:cloudformation:*us-east-1*:*123456789012*:generatedtemplate/*2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc* .
The name of the generated template.
The time the generated template was last updated.
The number of resources in the generated template. This is a total of resources in pending, in-progress, completed, and failed states.
The number of resources in the generated template. This is a total of resources in pending, in-progress, completed, and failed states.
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 reason for the current template generation status. This will provide more details if a failure happened.
The reason for the current template generation status. This will provide more details if a failure happened.