Class: Aws::Omics::Types::TsvVersionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::TsvVersionOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
The options for a TSV file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotation_type ⇒ String
The store version’s annotation type.
-
#format_to_header ⇒ Hash<String,String>
The annotation store version’s header key to column name mapping.
-
#schema ⇒ Array<Hash<String,String>>
The TSV schema for an annotation store version.
Instance Attribute Details
#annotation_type ⇒ String
The store version’s annotation type.
6757 6758 6759 6760 6761 6762 6763 |
# File 'lib/aws-sdk-omics/types.rb', line 6757 class TsvVersionOptions < Struct.new( :annotation_type, :format_to_header, :schema) SENSITIVE = [] include Aws::Structure end |
#format_to_header ⇒ Hash<String,String>
The annotation store version’s header key to column name mapping.
6757 6758 6759 6760 6761 6762 6763 |
# File 'lib/aws-sdk-omics/types.rb', line 6757 class TsvVersionOptions < Struct.new( :annotation_type, :format_to_header, :schema) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Array<Hash<String,String>>
The TSV schema for an annotation store version.
6757 6758 6759 6760 6761 6762 6763 |
# File 'lib/aws-sdk-omics/types.rb', line 6757 class TsvVersionOptions < Struct.new( :annotation_type, :format_to_header, :schema) SENSITIVE = [] include Aws::Structure end |