Method: Aws::Omics::Types::TsvStoreOptions#annotation_type
- Defined in:
- lib/aws-sdk-omics/types.rb
#annotation_type ⇒ String
The store’s annotation type.
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 |