Class: Aws::Omics::Types::TsvVersionOptions

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

Overview

The options for a TSV file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_typeString

The store version's annotation type.

Returns:

  • (String)


6192
6193
6194
6195
6196
6197
6198
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6192

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

#format_to_headerHash<String,String>

The annotation store version's header key to column name mapping.

Returns:

  • (Hash<String,String>)


6192
6193
6194
6195
6196
6197
6198
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6192

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

#schemaArray<Hash<String,String>>

The TSV schema for an annotation store version.

Returns:

  • (Array<Hash<String,String>>)


6192
6193
6194
6195
6196
6197
6198
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6192

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