class Aws::IoTSecureTunneling::Types::Tag

An arbitary key/value pair used to add searchable metadata to secure tunnel resources.

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

@!attribute [rw] value

The value of the tag.
@return [String]

Constants

SENSITIVE