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.

Returns:



4318
4319
4320
4321
4322
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4318

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