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)


38061
38062
38063
38064
38065
38066
38067
38068
38069
# File 'lib/aws-sdk-quicksight/types.rb', line 38061

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)


38061
38062
38063
38064
38065
38066
38067
38068
38069
# File 'lib/aws-sdk-quicksight/types.rb', line 38061

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

#formatString

File format.

Returns:

  • (String)


38061
38062
38063
38064
38065
38066
38067
38068
38069
# File 'lib/aws-sdk-quicksight/types.rb', line 38061

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)


38061
38062
38063
38064
38065
38066
38067
38068
38069
# File 'lib/aws-sdk-quicksight/types.rb', line 38061

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

#text_qualifierString

Text qualifier.

Returns:

  • (String)


38061
38062
38063
38064
38065
38066
38067
38068
38069
# File 'lib/aws-sdk-quicksight/types.rb', line 38061

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