Class: Aws::QuickSight::Types::S3Source
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::S3Source
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A physical table type for an S3 data source.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #data_source_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) for the data source. 
- 
  
    
      #input_columns  ⇒ Array<Types::InputColumn> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A physical table type for an S3 data source. 
- 
  
    
      #upload_settings  ⇒ Types::UploadSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the format for the S3 source file or files. 
Instance Attribute Details
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) for the data source.
| 30613 30614 30615 30616 30617 30618 30619 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30613 class S3Source < Struct.new( :data_source_arn, :upload_settings, :input_columns) SENSITIVE = [] include Aws::Structure end | 
#input_columns ⇒ Array<Types::InputColumn>
A physical table type for an S3 data source.
STRING data types are supported
in input columns.
| 30613 30614 30615 30616 30617 30618 30619 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30613 class S3Source < Struct.new( :data_source_arn, :upload_settings, :input_columns) SENSITIVE = [] include Aws::Structure end | 
#upload_settings ⇒ Types::UploadSettings
Information about the format for the S3 source file or files.
| 30613 30614 30615 30616 30617 30618 30619 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30613 class S3Source < Struct.new( :data_source_arn, :upload_settings, :input_columns) SENSITIVE = [] include Aws::Structure end |