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
- Struct
- Aws::ElasticsearchService::Types::ListTagsRequest
- 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
-
#arn ⇒ String
Specify the
ARNfor the Elasticsearch domain to which the tags are attached that you want to view.
Instance Attribute Details
#arn ⇒ String
Specify the ARN for the Elasticsearch domain to which the tags are
attached that you want to view.