class Aws::Organizations::Types::Tag

A custom key-value pair associated with a resource within your organization.

You can attach tags to any of the following organization 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 identifier, or name, of the tag.
@return [String]

@!attribute [rw] value

The string value that's associated with the key of the tag. You can
set the value of a tag to an empty string, but you can't set the
value of a tag to null.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/Tag AWS API Documentation

Constants

SENSITIVE