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.
-
#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.
37528 37529 37530 37531 37532 37533 37534 37535 37536 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37528 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.
37528 37529 37530 37531 37532 37533 37534 37535 37536 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37528 class UploadSettings < Struct.new( :format, :start_from_row, :contains_header, :text_qualifier, :delimiter) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
File format.
37528 37529 37530 37531 37532 37533 37534 37535 37536 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37528 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.
37528 37529 37530 37531 37532 37533 37534 37535 37536 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37528 class UploadSettings < Struct.new( :format, :start_from_row, :contains_header, :text_qualifier, :delimiter) SENSITIVE = [] include Aws::Structure end |
#text_qualifier ⇒ String
Text qualifier.
37528 37529 37530 37531 37532 37533 37534 37535 37536 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37528 class UploadSettings < Struct.new( :format, :start_from_row, :contains_header, :text_qualifier, :delimiter) SENSITIVE = [] include Aws::Structure end |