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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#annotation_typeString

The store version’s annotation type.

Returns:

  • (String)


6220
6221
6222
6223
6224
6225
6226
# File 'lib/aws-sdk-omics/types.rb', line 6220

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>)


6220
6221
6222
6223
6224
6225
6226
# File 'lib/aws-sdk-omics/types.rb', line 6220

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>>)


6220
6221
6222
6223
6224
6225
6226
# File 'lib/aws-sdk-omics/types.rb', line 6220

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