Class: Aws::QuickSight::Types::UploadSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UploadSettings
- 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
-
#contains_header ⇒ Boolean
Whether the file has a header row, or the files each have a header row.
-
#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.
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 |
#delimiter ⇒ String
The delimiter between values in the file.
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 |
#format ⇒ String
File format.
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_row ⇒ Integer
A row number to start reading data from.
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_qualifier ⇒ String
Text qualifier.
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 |