class
Amazonite::CloudFormation::TemplateProgress
- Amazonite::CloudFormation::TemplateProgress
- Reference
- Object
Overview
A summary of the progress of the template generation.
Defined in:
cloudformation/template_progress.crConstructors
- .from_xml(node : XML::Node) : self
- .new(resources_succeeded : Int32 | Nil = nil, resources_failed : Int32 | Nil = nil, resources_processing : Int32 | Nil = nil, resources_pending : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#resources_failed : Int32 | Nil
The number of resources that failed the template generation.
-
#resources_failed=(resources_failed : Int32 | Nil)
The number of resources that failed the template generation.
-
#resources_pending : Int32 | Nil
The number of resources that are still pending the template generation.
-
#resources_pending=(resources_pending : Int32 | Nil)
The number of resources that are still pending the template generation.
-
#resources_processing : Int32 | Nil
The number of resources that are in-process for the template generation.
-
#resources_processing=(resources_processing : Int32 | Nil)
The number of resources that are in-process for the template generation.
-
#resources_succeeded : Int32 | Nil
The number of resources that succeeded the template generation.
-
#resources_succeeded=(resources_succeeded : Int32 | Nil)
The number of resources that succeeded the template generation.
- #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 number of resources that failed the template generation.
The number of resources that are still pending the template generation.
The number of resources that are still pending the template generation.
The number of resources that are in-process for the template generation.
The number of resources that are in-process for the template generation.
The number of resources that succeeded the template generation.
The number of resources that succeeded the template generation.