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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


2947
2948
2949
2950
2951
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2947

class ListTagsRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end