class Aws::ElasticsearchService::Types::AddTagsRequest

Container for the parameters to the `AddTags` operation. Specify the tags that you want to attach to the Elasticsearch domain.

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

data as a hash:

    {
      arn: "ARN", # required
      tag_list: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] arn

Specify the `ARN` for which you want to add the tags.
@return [String]

@!attribute [rw] tag_list

List of `Tag` that need to be added for the Elasticsearch domain.
@return [Array<Types::Tag>]

Constants

SENSITIVE