Class: Aws::HealthLake::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

Returns a list of tags associated with a data store.

Returns:



868
869
870
871
872
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 868

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