class Aws::IoTEvents::Types::Tag

Metadata that can be used to manage the 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 tag's key.
@return [String]

@!attribute [rw] value

The tag's value.
@return [String]

Constants

SENSITIVE