class Aws::MemoryDB::Types::Tag
A tag that can be added to an MemoryDB
resource. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your MemoryDB
resources. When you add or remove tags on clusters, those actions will be replicated to all nodes in the cluster. A tag with a null Value is permitted. For more information, see [Tagging your MemoryDB
resources]
[1]: docs.aws.amazon.com/MemoryDB/latest/devguide/tagging-resources.html
@note When making an API call, you may pass Tag
data as a hash: { key: "String", value: "String", }
@!attribute [rw] key
The key for the tag. May not be null. @return [String]
@!attribute [rw] value
The tag's value. May be null. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/Tag AWS API Documentation
Constants
- SENSITIVE