class Aws::MarketplaceMetering::Types::Tag

Metadata assigned to an allocation. Each tag is made up of a key and a value.

@note When making an API call, you may pass Tag

data as a hash:

    {
      key: "TagKey", # required
      value: "TagValue", # required
    }

@!attribute [rw] key

One part of a key-value pair that makes up a tag. A key is a label
that acts like a category for the specific tag values.
@return [String]

@!attribute [rw] value

One part of a key-value pair that makes up a tag. A value acts as a
descriptor within a tag category (key). The value can be empty or
null.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/meteringmarketplace-2016-01-14/Tag AWS API Documentation

Constants

SENSITIVE