Class: Aws::QuickSight::Types::UploadSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UploadSettings
- 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
-
#contains_header ⇒ Boolean
Whether the file has a header row, or the files each have a header row.
-
#custom_cell_address_range ⇒ String
A custom cell address range for Excel files, specifying which cells to import from the spreadsheet.
-
#delimiter ⇒ String
The delimiter between values in the file.
-
#format ⇒ String
File format.
-
#start_from_row ⇒ Integer
A row number to start reading data from.
-
#text_qualifier ⇒ String
Text qualifier.
Instance Attribute Details
#contains_header ⇒ Boolean
Whether the file has a header row, or the files each have a header row.
42079 42080 42081 42082 42083 42084 42085 42086 42087 42088 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42079 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.
42079 42080 42081 42082 42083 42084 42085 42086 42087 42088 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42079 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.
42079 42080 42081 42082 42083 42084 42085 42086 42087 42088 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42079 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.
42079 42080 42081 42082 42083 42084 42085 42086 42087 42088 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42079 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.
42079 42080 42081 42082 42083 42084 42085 42086 42087 42088 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42079 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.
42079 42080 42081 42082 42083 42084 42085 42086 42087 42088 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42079 class UploadSettings < Struct.new( :format, :start_from_row, :contains_header, :text_qualifier, :delimiter, :custom_cell_address_range) SENSITIVE = [] include Aws::Structure end |