Class: Aws::Omics::Types::ReadOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ReadOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Read options for an annotation import job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
The file’s comment character.
-
#encoding ⇒ String
The file’s encoding.
-
#escape ⇒ String
A character for escaping quotes in the file.
-
#escape_quotes ⇒ Boolean
Whether quotes need to be escaped in the file.
-
#header ⇒ Boolean
Whether the file has a header row.
-
#line_sep ⇒ String
A line separator for the file.
-
#quote ⇒ String
The file’s quote character.
-
#quote_all ⇒ Boolean
Whether all values need to be quoted, or just those that contain quotes.
-
#sep ⇒ String
The file’s field separator.
Instance Attribute Details
#comment ⇒ String
The file’s comment character.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-omics/types.rb', line 5024 class ReadOptions < Struct.new( :sep, :encoding, :quote, :quote_all, :escape, :escape_quotes, :comment, :header, :line_sep) SENSITIVE = [] include Aws::Structure end |
#encoding ⇒ String
The file’s encoding.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-omics/types.rb', line 5024 class ReadOptions < Struct.new( :sep, :encoding, :quote, :quote_all, :escape, :escape_quotes, :comment, :header, :line_sep) SENSITIVE = [] include Aws::Structure end |
#escape ⇒ String
A character for escaping quotes in the file.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-omics/types.rb', line 5024 class ReadOptions < Struct.new( :sep, :encoding, :quote, :quote_all, :escape, :escape_quotes, :comment, :header, :line_sep) SENSITIVE = [] include Aws::Structure end |
#escape_quotes ⇒ Boolean
Whether quotes need to be escaped in the file.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-omics/types.rb', line 5024 class ReadOptions < Struct.new( :sep, :encoding, :quote, :quote_all, :escape, :escape_quotes, :comment, :header, :line_sep) SENSITIVE = [] include Aws::Structure end |
#header ⇒ Boolean
Whether the file has a header row.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-omics/types.rb', line 5024 class ReadOptions < Struct.new( :sep, :encoding, :quote, :quote_all, :escape, :escape_quotes, :comment, :header, :line_sep) SENSITIVE = [] include Aws::Structure end |
#line_sep ⇒ String
A line separator for the file.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-omics/types.rb', line 5024 class ReadOptions < Struct.new( :sep, :encoding, :quote, :quote_all, :escape, :escape_quotes, :comment, :header, :line_sep) SENSITIVE = [] include Aws::Structure end |
#quote ⇒ String
The file’s quote character.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-omics/types.rb', line 5024 class ReadOptions < Struct.new( :sep, :encoding, :quote, :quote_all, :escape, :escape_quotes, :comment, :header, :line_sep) SENSITIVE = [] include Aws::Structure end |
#quote_all ⇒ Boolean
Whether all values need to be quoted, or just those that contain quotes.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-omics/types.rb', line 5024 class ReadOptions < Struct.new( :sep, :encoding, :quote, :quote_all, :escape, :escape_quotes, :comment, :header, :line_sep) SENSITIVE = [] include Aws::Structure end |
#sep ⇒ String
The file’s field separator.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-omics/types.rb', line 5024 class ReadOptions < Struct.new( :sep, :encoding, :quote, :quote_all, :escape, :escape_quotes, :comment, :header, :line_sep) SENSITIVE = [] include Aws::Structure end |