class
Amazonite::Ssm::Tag
- Amazonite::Ssm::Tag
- Reference
- Object
Overview
Metadata that you assign to your Amazon Web Services resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. In Amazon Web Services Systems Manager, you can apply tags to Systems Manager documents (SSM documents), managed nodes, maintenance windows, parameters, patch baselines, OpsItems, and OpsMetadata.
Included Modules
- JSON::Serializable
Defined in:
ssm/tag.crConstructors
- .new(key : String, value : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String
The name of the tag.
-
#key=(key : String)
The name 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
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.