Class: Aws::Omics::Types::TsvStoreOptions

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

Instance Attribute Details

#annotation_typeString

The store’s annotation type.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
# File 'lib/aws-sdk-omics/types.rb', line 6196

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

#format_to_headerHash<String,String>

The store’s header key to column name mapping.

Returns:

  • (Hash<String,String>)


6196
6197
6198
6199
6200
6201
6202
# File 'lib/aws-sdk-omics/types.rb', line 6196

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

#schemaArray<Hash<String,String>>

The store’s schema.

Returns:

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


6196
6197
6198
6199
6200
6201
6202
# File 'lib/aws-sdk-omics/types.rb', line 6196

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