Class: Aws::ElasticsearchService::Types::ListTagsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

The result of a ListTags operation. Contains tags for all requested Elasticsearch domains.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

List of Tag for the requested Elasticsearch domain.

Returns:



3085
3086
3087
3088
3089
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3085

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