Class: Aws::Types::TsvStoreOptions
- Inherits:
-
Object
- Object
- Aws::Types::TsvStoreOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_type ⇒ "GENERIC", ...
Returns the value of attribute annotation_type.
-
#format_to_header ⇒ ::Hash[("CHR" | "START" | "END" | "REF" | "ALT" | "POS"), ::String]
Returns the value of attribute format_to_header.
-
#schema ⇒ ::Array[::Hash[::String, ("LONG" | "INT" | "STRING" | "FLOAT" | "DOUBLE" | "BOOLEAN")]]
Returns the value of attribute schema.
Instance Attribute Details
#annotation_type ⇒ "GENERIC", ...
Returns the value of attribute annotation_type.
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.
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.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def schema @schema end |