Class: Aws::HealthLake::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
Returns a list of tags associated with a Data Store.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
Returns a list of tags associated with a Data Store.
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 |