class Aws::GlobalAccelerator::Types::Tag

A complex type that contains a `Tag` key and `Tag` value.

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

data as a hash:

    {
      key: "TagKey", # required
      value: "TagValue", # required
    }

@!attribute [rw] key

A string that contains a `Tag` key.
@return [String]

@!attribute [rw] value

A string that contains a `Tag` value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/Tag AWS API Documentation

Constants

SENSITIVE