class
Amazonite::Iam::Tag
- Amazonite::Iam::Tag
- Reference
- Object
Overview
A structure that represents user-provided metadata that can be associated with an IAM resource. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Defined in:
iam/tag.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 that can be used to look up or retrieve the associated value.
-
#key=(key : String)
The key name that can be used to look up or retrieve the associated value.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
-
#value : String
The value associated with this tag.
-
#value=(value : String)
The value associated with this tag.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The key name that can be used to look up or retrieve the associated value. For example,
Department or Cost Center are common choices.
The key name that can be used to look up or retrieve the associated value. For example,
Department or Cost Center are common choices.
The value associated with this tag. For example, tags with a key name of Department could have
values such as Human Resources, Accounting, and Support. Tags with a key name of Cost Center might have values that consist of the number associated with the different cost centers
in your company. Typically, many resources have tags with the same key name but with different
values.
The value associated with this tag. For example, tags with a key name of Department could have
values such as Human Resources, Accounting, and Support. Tags with a key name of Cost Center might have values that consist of the number associated with the different cost centers
in your company. Typically, many resources have tags with the same key name but with different
values.