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.
      40796 40797 40798 40799 40800 40801 40802 40803 40804  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40796 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.
      40796 40797 40798 40799 40800 40801 40802 40803 40804  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40796 class UploadSettings < Struct.new( :format, :start_from_row, :contains_header, :text_qualifier, :delimiter) SENSITIVE = [] include Aws::Structure end  | 
  
#format ⇒ String
File format.
      40796 40797 40798 40799 40800 40801 40802 40803 40804  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40796 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.
      40796 40797 40798 40799 40800 40801 40802 40803 40804  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40796 class UploadSettings < Struct.new( :format, :start_from_row, :contains_header, :text_qualifier, :delimiter) SENSITIVE = [] include Aws::Structure end  | 
  
#text_qualifier ⇒ String
Text qualifier.
      40796 40797 40798 40799 40800 40801 40802 40803 40804  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40796 class UploadSettings < Struct.new( :format, :start_from_row, :contains_header, :text_qualifier, :delimiter) SENSITIVE = [] include Aws::Structure end  |