class
Amazonite::CloudFormation::DetectStackDriftInput
- Amazonite::CloudFormation::DetectStackDriftInput
- Reference
- Object
Defined in:
cloudformation/detect_stack_drift_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_name : String, logical_resource_ids : Array(String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#logical_resource_ids : Array(String) | Nil
The logical names of any resources you want to use as filters.
-
#logical_resource_ids=(logical_resource_ids : Array(String) | Nil)
The logical names of any resources you want to use as filters.
-
#stack_name : String
The name of the stack for which you want to detect drift.
-
#stack_name=(stack_name : String)
The name of the stack for which you want to detect drift.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def logical_resource_ids : Array(String) | Nil
#
The logical names of any resources you want to use as filters.
def logical_resource_ids=(logical_resource_ids : Array(String) | Nil)
#
The logical names of any resources you want to use as filters.