class Aws::IoTThingsGraph::Types::Tag

Metadata assigned to an AWS IoT Things Graph resource consisting of a 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 required name of the tag. The string value can be from 1 to 128
Unicode characters in length.
@return [String]

@!attribute [rw] value

The optional value of the tag. The string value can be from 1 to 256
Unicode characters in length.
@return [String]

Constants

SENSITIVE