Class: Aws::MedicalImaging::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A list of all tags associated with a medical imaging resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of all tags associated with a medical imaging resource.
1185 1186 1187 1188 1189 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1185 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |