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

Class: Aws::ElasticsearchService::Types::ListTagsRequest

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

Overview

Note:

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

{
  arn: "ARN", # required
}

Container for the parameters to the ListTags operation. Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view are attached.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

Returns:

  • (String)

    Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.