class
Amazonite::Iam::TagTemplate
- Amazonite::Iam::TagTemplate
- Reference
- Object
Overview
Represents a tag that is applied to roles that are created from a role template. The key and
value can include @{parameter} placeholders that are replaced with template parameter values
when the role is created.
Defined in:
iam/tag_template.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String
The key name of the tag.
-
#key=(key : String)
The key name of the tag.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
-
#value : String
The value associated with the tag key.
-
#value=(value : String)
The value associated with the tag key.
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?.