class Aws::SWF::Types::ResourceTag

Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.

Tags may only contain unicode letters, digits, whitespace, or these symbols: `_ . : / = + - @`.

@note When making an API call, you may pass ResourceTag

data as a hash:

    {
      key: "ResourceTagKey", # required
      value: "ResourceTagValue",
    }

@!attribute [rw] key

The key of a tag.
@return [String]

@!attribute [rw] value

The value of a tag.
@return [String]

Constants

SENSITIVE