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)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-omics/types.rb', line 4625

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)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-omics/types.rb', line 4625

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)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-omics/types.rb', line 4625

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)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-omics/types.rb', line 4625

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)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-omics/types.rb', line 4625

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)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-omics/types.rb', line 4625

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)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-omics/types.rb', line 4625

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)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-omics/types.rb', line 4625

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)


4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-omics/types.rb', line 4625

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