class
Amazonite::CloudFormation::ResourceLocation
- Amazonite::CloudFormation::ResourceLocation
- Reference
- Object
Overview
The location of the resource in a stack template.
Defined in:
cloudformation/resource_location.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 specified in the template.
-
#logical_resource_id=(logical_resource_id : String)
The logical name of the resource specified in the template.
-
#stack_name : String
The name associated with the stack.
-
#stack_name=(stack_name : String)
The name associated with the stack.
- #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=(logical_resource_id : String)
#
The logical name of the resource specified in the template.