Class: Aws::Omics::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A list of tags.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of tags.
4318 4319 4320 4321 4322 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4318 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |