class Aws::ElasticsearchService::Types::RemoveTagsRequest

Container for the parameters to the `RemoveTags` operation. Specify the `ARN` for the Elasticsearch domain from which you want to remove the specified `TagKey`.

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

data as a hash:

    {
      arn: "ARN", # required
      tag_keys: ["String"], # required
    }

@!attribute [rw] arn

Specifies the `ARN` for the Elasticsearch domain from which you want
to delete the specified tags.
@return [String]

@!attribute [rw] tag_keys

Specifies the `TagKey` list which you want to remove from the
Elasticsearch domain.
@return [Array<String>]

Constants

SENSITIVE