Class: Aws::QuickSight::Types::UploadSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Information about the format for a source file or files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contains_headerBoolean

Whether the file has a header row, or the files each have a header row.

Returns:

  • (Boolean)


34435
34436
34437
34438
34439
34440
34441
34442
34443
# File 'lib/aws-sdk-quicksight/types.rb', line 34435

class UploadSettings < Struct.new(
  :format,
  :start_from_row,
  :contains_header,
  :text_qualifier,
  :delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#delimiterString

The delimiter between values in the file.

Returns:

  • (String)


34435
34436
34437
34438
34439
34440
34441
34442
34443
# File 'lib/aws-sdk-quicksight/types.rb', line 34435

class UploadSettings < Struct.new(
  :format,
  :start_from_row,
  :contains_header,
  :text_qualifier,
  :delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

File format.

Returns:

  • (String)


34435
34436
34437
34438
34439
34440
34441
34442
34443
# File 'lib/aws-sdk-quicksight/types.rb', line 34435

class UploadSettings < Struct.new(
  :format,
  :start_from_row,
  :contains_header,
  :text_qualifier,
  :delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#start_from_rowInteger

A row number to start reading data from.

Returns:

  • (Integer)


34435
34436
34437
34438
34439
34440
34441
34442
34443
# File 'lib/aws-sdk-quicksight/types.rb', line 34435

class UploadSettings < Struct.new(
  :format,
  :start_from_row,
  :contains_header,
  :text_qualifier,
  :delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#text_qualifierString

Text qualifier.

Returns:

  • (String)


34435
34436
34437
34438
34439
34440
34441
34442
34443
# File 'lib/aws-sdk-quicksight/types.rb', line 34435

class UploadSettings < Struct.new(
  :format,
  :start_from_row,
  :contains_header,
  :text_qualifier,
  :delimiter)
  SENSITIVE = []
  include Aws::Structure
end