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.
4182 4183 4184 4185 4186 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4182 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |