class
Amazonite::DynamoDB::Tag
- Amazonite::DynamoDB::Tag
- Reference
- Object
Overview
Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a single DynamoDB table.
Amazon Web Services-assigned tag names and values are automatically assigned the aws: prefix,
which the user cannot assign. Amazon Web Services-assigned tag names do not count towards the
tag limit of 50. User-assigned tag names have the prefix user: in the Cost Allocation Report.
You cannot backdate the application of a tag.
For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/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 of the tag.
-
#key=(key : String)
The key of the tag.
- #validate! : Nil
-
#value : String
The value of the tag.
-
#value=(value : String)
The value of the tag.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The key of the tag. Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
The key of the tag. Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.