class Aws::SESV2::Types::Tag

An object that defines the tags that are associated with a resource. A tag is a label that you optionally define and associate with a resource. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.

Each tag consists of a required *tag key* and an associated *tag value*, both of which you define. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor within a tag key. A tag key can contain as many as 128 characters. A tag value can contain as many as 256 characters. The characters can be Unicode letters, digits, white space, or one of the following symbols: _ . : / = + -. The following additional restrictions apply to tags:

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

data as a hash:

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

@!attribute [rw] key

One part of a key-value pair that defines a tag. The maximum length
of a tag key is 128 characters. The minimum length is 1 character.
@return [String]

@!attribute [rw] value

The optional part of a key-value pair that defines a tag. The
maximum length of a tag value is 256 characters. The minimum length
is 0 characters. If you don't want a resource to have a specific
tag value, don't specify a value for this parameter. If you don't
specify a value, Amazon SES sets the value to an empty string.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/Tag AWS API Documentation

Constants

SENSITIVE