Class: Aws::ElasticsearchService::Types::ListTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListTagsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
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.
3072 3073 3074 3075 3076 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3072 class ListTagsRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |