You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::RemoveTagsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveTagsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

Returns:

  • (String)

    Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

#tag_keysArray<String>

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

Returns:

  • (Array<String>)

    Specifies the TagKey list which you want to remove from the Elasticsearch domain.