Class: Aws::ElasticsearchService::Types::ListTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListTagsResponse
- 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
-
#tag_list ⇒ Array<Types::Tag>
List of
Tag
for the requested Elasticsearch domain.
Instance Attribute Details
#tag_list ⇒ Array<Types::Tag>
List of Tag
for the requested Elasticsearch domain.
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 |