class Aws::PinpointEmail::Types::MessageTag

Contains the name and value of a tag that you apply to an email. You can use message tags when you publish email sending events.

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

data as a hash:

    {
      name: "MessageTagName", # required
      value: "MessageTagValue", # required
    }

@!attribute [rw] name

The name of the message tag. The message tag name has to meet the
following criteria:

* It can only contain ASCII letters (a–z, A–Z), numbers (0–9),
  underscores (\_), or dashes (-).

* It can contain no more than 256 characters.
@return [String]

@!attribute [rw] value

The value of the message tag. The message tag value has to meet the
following criteria:

* It can only contain ASCII letters (a–z, A–Z), numbers (0–9),
  underscores (\_), or dashes (-).

* It can contain no more than 256 characters.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/MessageTag AWS API Documentation

Constants

SENSITIVE