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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#commentString

The file’s comment character.

Returns:

  • (String)


4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'lib/aws-sdk-omics/types.rb', line 4869

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)


4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'lib/aws-sdk-omics/types.rb', line 4869

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)


4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'lib/aws-sdk-omics/types.rb', line 4869

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)


4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'lib/aws-sdk-omics/types.rb', line 4869

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)


4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'lib/aws-sdk-omics/types.rb', line 4869

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)


4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'lib/aws-sdk-omics/types.rb', line 4869

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)


4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'lib/aws-sdk-omics/types.rb', line 4869

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)


4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'lib/aws-sdk-omics/types.rb', line 4869

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)


4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'lib/aws-sdk-omics/types.rb', line 4869

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