Class: Aws::Types::TsvVersionOptions

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_type"GENERIC", ...

Returns the value of attribute annotation_type.



2363
2364
2365
# File 'sig/types.rbs', line 2363

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.



2364
2365
2366
# File 'sig/types.rbs', line 2364

def format_to_header
  @format_to_header
end

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

Returns the value of attribute schema.



2365
2366
2367
# File 'sig/types.rbs', line 2365

def schema
  @schema
end