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)


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_headerHash<String,String>

The store’s header key to column name mapping.

Returns:

  • (Hash<String,String>)


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

#schemaArray<Hash<String,String>>

The store’s schema.

Returns:

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


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