Class: Aws::Omics::Types::TsvOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::TsvOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Formatting options for a TSV file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#read_options ⇒ Types::ReadOptions
The file’s read options.
Instance Attribute Details
#read_options ⇒ Types::ReadOptions
The file’s read options.
6711 6712 6713 6714 6715 |
# File 'lib/aws-sdk-omics/types.rb', line 6711 class TsvOptions < Struct.new( :read_options) SENSITIVE = [] include Aws::Structure end |