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.
35968 35969 35970 35971 35972 35973 35974 35975 35976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35968 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.
35968 35969 35970 35971 35972 35973 35974 35975 35976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35968 class UploadSettings < Struct.new( :format, :start_from_row, :contains_header, :text_qualifier, :delimiter) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
File format.
35968 35969 35970 35971 35972 35973 35974 35975 35976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35968 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.
35968 35969 35970 35971 35972 35973 35974 35975 35976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35968 class UploadSettings < Struct.new( :format, :start_from_row, :contains_header, :text_qualifier, :delimiter) SENSITIVE = [] include Aws::Structure end |
#text_qualifier ⇒ String
Text qualifier.
35968 35969 35970 35971 35972 35973 35974 35975 35976 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35968 class UploadSettings < Struct.new( :format, :start_from_row, :contains_header, :text_qualifier, :delimiter) SENSITIVE = [] include Aws::Structure end |