class Aws::Redshift::Types::Tag

A tag consisting of a name/value pair for a resource.

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

data as a hash:

    {
      key: "String",
      value: "String",
    }

@!attribute [rw] key

The key, or name, for the resource tag.
@return [String]

@!attribute [rw] value

The value for the resource tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Tag AWS API Documentation

Constants

SENSITIVE