class
Amazonite::CloudFormation::Change
- Amazonite::CloudFormation::Change
- Reference
- Object
Overview
The Change structure describes the changes CloudFormation will perform if you execute the
change set.
Defined in:
cloudformation/change.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type : ChangeType | Nil = nil, hook_invocation_count : Int32 | Nil = nil, resource_change : ResourceChange | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#hook_invocation_count : Int32 | Nil
Is either
null, if no Hooks invoke for the resource, or contains the number of Hooks that will invoke for the resource. -
#hook_invocation_count=(hook_invocation_count : Int32 | Nil)
Is either
null, if no Hooks invoke for the resource, or contains the number of Hooks that will invoke for the resource. -
#resource_change : ResourceChange | Nil
A
ResourceChangestructure that describes the resource and action that CloudFormation will perform. -
#resource_change=(resource_change : ResourceChange | Nil)
A
ResourceChangestructure that describes the resource and action that CloudFormation will perform. - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : ChangeType | Nil
The type of entity that CloudFormation changes.
-
#type=(type : ChangeType | Nil)
The type of entity that CloudFormation changes.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Is either null, if no Hooks invoke for the resource, or contains the number of Hooks that will
invoke for the resource.
Is either null, if no Hooks invoke for the resource, or contains the number of Hooks that will
invoke for the resource.
A ResourceChange structure that describes the resource and action that CloudFormation will
perform.
A ResourceChange structure that describes the resource and action that CloudFormation will
perform.
The type of entity that CloudFormation changes.
ResourceThis change is for a resource.
The type of entity that CloudFormation changes.
ResourceThis change is for a resource.