Class: Aws::Omics::Types::VcfOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::VcfOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Formatting options for a VCF file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ignore_filter_field ⇒ Boolean
The file’s ignore filter field setting.
-
#ignore_qual_field ⇒ Boolean
The file’s ignore qual field setting.
Instance Attribute Details
#ignore_filter_field ⇒ Boolean
The file’s ignore filter field setting.
7418 7419 7420 7421 7422 7423 |
# File 'lib/aws-sdk-omics/types.rb', line 7418 class VcfOptions < Struct.new( :ignore_qual_field, :ignore_filter_field) SENSITIVE = [] include Aws::Structure end |
#ignore_qual_field ⇒ Boolean
The file’s ignore qual field setting.
7418 7419 7420 7421 7422 7423 |
# File 'lib/aws-sdk-omics/types.rb', line 7418 class VcfOptions < Struct.new( :ignore_qual_field, :ignore_filter_field) SENSITIVE = [] include Aws::Structure end |