Class: Aws::Omics::Types::ReadOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Read options for an annotation import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

The file's comment character.

Returns:

  • (String)


4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4597

class ReadOptions < Struct.new(
  :sep,
  :encoding,
  :quote,
  :quote_all,
  :escape,
  :escape_quotes,
  :comment,
  :header,
  :line_sep)
  SENSITIVE = []
  include Aws::Structure
end

#encodingString

The file's encoding.

Returns:

  • (String)


4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4597

class ReadOptions < Struct.new(
  :sep,
  :encoding,
  :quote,
  :quote_all,
  :escape,
  :escape_quotes,
  :comment,
  :header,
  :line_sep)
  SENSITIVE = []
  include Aws::Structure
end

#escapeString

A character for escaping quotes in the file.

Returns:

  • (String)


4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4597

class ReadOptions < Struct.new(
  :sep,
  :encoding,
  :quote,
  :quote_all,
  :escape,
  :escape_quotes,
  :comment,
  :header,
  :line_sep)
  SENSITIVE = []
  include Aws::Structure
end

#escape_quotesBoolean

Whether quotes need to be escaped in the file.

Returns:

  • (Boolean)


4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4597

class ReadOptions < Struct.new(
  :sep,
  :encoding,
  :quote,
  :quote_all,
  :escape,
  :escape_quotes,
  :comment,
  :header,
  :line_sep)
  SENSITIVE = []
  include Aws::Structure
end

#headerBoolean

Whether the file has a header row.

Returns:

  • (Boolean)


4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4597

class ReadOptions < Struct.new(
  :sep,
  :encoding,
  :quote,
  :quote_all,
  :escape,
  :escape_quotes,
  :comment,
  :header,
  :line_sep)
  SENSITIVE = []
  include Aws::Structure
end

#line_sepString

A line separator for the file.

Returns:

  • (String)


4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4597

class ReadOptions < Struct.new(
  :sep,
  :encoding,
  :quote,
  :quote_all,
  :escape,
  :escape_quotes,
  :comment,
  :header,
  :line_sep)
  SENSITIVE = []
  include Aws::Structure
end

#quoteString

The file's quote character.

Returns:

  • (String)


4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4597

class ReadOptions < Struct.new(
  :sep,
  :encoding,
  :quote,
  :quote_all,
  :escape,
  :escape_quotes,
  :comment,
  :header,
  :line_sep)
  SENSITIVE = []
  include Aws::Structure
end

#quote_allBoolean

Whether all values need to be quoted, or just those that contain quotes.

Returns:

  • (Boolean)


4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4597

class ReadOptions < Struct.new(
  :sep,
  :encoding,
  :quote,
  :quote_all,
  :escape,
  :escape_quotes,
  :comment,
  :header,
  :line_sep)
  SENSITIVE = []
  include Aws::Structure
end

#sepString

The file's field separator.

Returns:

  • (String)


4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4597

class ReadOptions < Struct.new(
  :sep,
  :encoding,
  :quote,
  :quote_all,
  :escape,
  :escape_quotes,
  :comment,
  :header,
  :line_sep)
  SENSITIVE = []
  include Aws::Structure
end