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 results of a ListTags
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_list ⇒ Array<Types::Tag>
List of resource tags associated with the specified domain.
Instance Attribute Details
#tag_list ⇒ Array<Types::Tag>
List of resource tags associated with the specified domain.
4478 4479 4480 4481 4482 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4478 class ListTagsResponse < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |