class
Amazonite::CloudFormation::DetectStackResourceDriftInput
- Amazonite::CloudFormation::DetectStackResourceDriftInput
- Reference
- Object
Defined in:
cloudformation/detect_stack_resource_drift_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#logical_resource_id : String
The logical name of the resource for which to return drift information.
-
#logical_resource_id=(logical_resource_id : String)
The logical name of the resource for which to return drift information.
-
#stack_name : String
The name of the stack to which the resource belongs.
-
#stack_name=(stack_name : String)
The name of the stack to which the resource belongs.
- #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_id : String
#
The logical name of the resource for which to return drift information.
def logical_resource_id=(logical_resource_id : String)
#
The logical name of the resource for which to return drift information.