Class: Aws::Omics::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A list of tags.

Returns:

  • (Hash<String,String>)


4290
4291
4292
4293
4294
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4290

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