Class: Aws::OpenSearchService::Types::ListTagsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#tag_listArray<Types::Tag>

List of resource tags associated with the specified domain, data source, or application.

Returns:



5404
5405
5406
5407
5408
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5404

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