class
Amazonite::CloudFormation::Tag
- Amazonite::CloudFormation::Tag
- Reference
- Object
Overview
The Tag type enables you to specify a key-value pair that can be used to store information about an CloudFormation stack.
Defined in:
cloudformation/tag.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String
A string used to identify this tag.
-
#key=(key : String)
A string used to identify this tag.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
-
#value : String
A string that contains the value for this tag.
-
#value=(value : String)
A string that contains the value for this tag.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A string used to identify this tag. You can specify a maximum of 128 characters for a tag key.
Tags owned by Amazon Web Services have the reserved prefix: aws:.
A string used to identify this tag. You can specify a maximum of 128 characters for a tag key.
Tags owned by Amazon Web Services have the reserved prefix: aws:.
A string that contains the value for this tag. You can specify a maximum of 256 characters for a tag value.
A string that contains the value for this tag. You can specify a maximum of 256 characters for a tag value.