Class: Aws::Types::TsvStoreOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_type"GENERIC", ...

Returns the value of attribute annotation_type.

Returns:

  • ("GENERIC", "CHR_POS", "CHR_POS_REF_ALT", "CHR_START_END_ONE_BASE", "CHR_START_END_REF_ALT_ONE_BASE", "CHR_START_END_ZERO_BASE", "CHR_START_END_REF_ALT_ZERO_BASE")


2356
2357
2358
# File 'sig/types.rbs', line 2356

def annotation_type
  @annotation_type
end

#format_to_header::Hash[("CHR" | "START" | "END" | "REF" | "ALT" | "POS"), ::String]

Returns the value of attribute format_to_header.

Returns:

  • (::Hash[("CHR" | "START" | "END" | "REF" | "ALT" | "POS"), ::String])


2357
2358
2359
# File 'sig/types.rbs', line 2357

def format_to_header
  @format_to_header
end

#schema::Array[::Hash[::String, ("LONG" | "INT" | "STRING" | "FLOAT" | "DOUBLE" | "BOOLEAN")]]

Returns the value of attribute schema.

Returns:

  • (::Array[::Hash[::String, ("LONG" | "INT" | "STRING" | "FLOAT" | "DOUBLE" | "BOOLEAN")]])


2358
2359
2360
# File 'sig/types.rbs', line 2358

def schema
  @schema
end