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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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)


3072
3073
3074
3075
3076
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3072

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