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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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_header ⇒ Boolean

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

Returns:

  • (Boolean)


52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52640

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

#custom_cell_address_range ⇒ String

A custom cell address range for Excel files, specifying which cells to import from the spreadsheet.

Returns:

  • (String)


52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52640

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

#delimiter ⇒ String

The delimiter between values in the file.

Returns:

  • (String)


52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52640

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

#format ⇒ String

File format.

Returns:

  • (String)


52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52640

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

#start_from_row ⇒ Integer

A row number to start reading data from.

Returns:

  • (Integer)


52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52640

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

#text_qualifier ⇒ String

Text qualifier.

Returns:

  • (String)


52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52640

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