class Aws::IoTWireless::Types::Tag

A simple label consisting of a customer-defined key-value pair

@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 value.
@return [String]

@!attribute [rw] value

The tag's value.
@return [String]

Constants

SENSITIVE