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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


6168
6169
6170
6171
6172
6173
6174
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6168

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


6168
6169
6170
6171
6172
6173
6174
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6168

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


6168
6169
6170
6171
6172
6173
6174
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6168

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