Class: Aws::OpenSearchService::Types::ListTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListTagsResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The result of a ListTags
operation. Contains tags for all requested
domains.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_list ⇒ Array<Types::Tag>
List of
Tag
for the requested domain.
Instance Attribute Details
#tag_list ⇒ Array<Types::Tag>
List of Tag
for the requested domain.
3544 3545 3546 3547 3548 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3544 class ListTagsResponse < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |