Class: Aws::ElasticsearchService::Types::ListTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListTagsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Note:
When making an API call, you may pass ListTagsRequest data as a 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Specify the `ARN` for 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.
3363 3364 3365 3366 3367 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3363 class ListTagsRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |