Class: Aws::Omics::Types::TsvStoreOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::TsvStoreOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
File settings for a TSV store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotation_type ⇒ String
The store’s annotation type.
-
#format_to_header ⇒ Hash<String,String>
The store’s header key to column name mapping.
-
#schema ⇒ Array<Hash<String,String>>
The store’s schema.
Instance Attribute Details
#annotation_type ⇒ String
The store’s annotation type.
6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-omics/types.rb', line 6733 class TsvStoreOptions < Struct.new( :annotation_type, :format_to_header, :schema) SENSITIVE = [] include Aws::Structure end |
#format_to_header ⇒ Hash<String,String>
The store’s header key to column name mapping.
6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-omics/types.rb', line 6733 class TsvStoreOptions < Struct.new( :annotation_type, :format_to_header, :schema) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Array<Hash<String,String>>
The store’s schema.
6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-omics/types.rb', line 6733 class TsvStoreOptions < Struct.new( :annotation_type, :format_to_header, :schema) SENSITIVE = [] include Aws::Structure end |