class Aws::ServiceDiscovery::Types::Tag
A custom key-value pair that's associated with a resource.
@note When making an API call, you may pass Tag
data as a hash: { key: "TagKey", # required value: "TagValue", # required }
@!attribute [rw] key
The key identifier, or name, of the tag. @return [String]
@!attribute [rw] value
The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/servicediscovery-2017-03-14/Tag AWS API Documentation
Constants
- SENSITIVE