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:



719
720
721
722
723
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 719

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