class Aws::LookoutEquipment::Types::Tag

A tag is a key-value pair that can be added to a resource as metadata.

@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 for the specified tag.
@return [String]

@!attribute [rw] value

The value for the specified tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/Tag AWS API Documentation

Constants

SENSITIVE