Method: Aws::Omics::Types::TsvStoreOptions#annotation_type

Defined in:
lib/aws-sdk-omics/types.rb

#annotation_typeString

The store’s annotation type.

Returns:

  • (String)


7663
7664
7665
7666
7667
7668
7669
# File 'lib/aws-sdk-omics/types.rb', line 7663

class TsvStoreOptions < Struct.new(
  :annotation_type,
  :format_to_header,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end