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:



2960
2961
2962
2963
2964
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2960

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