Class: Aws::QuickSight::Types::FileSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FileSource
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A physical table type that contains the schema and upload settings for a file-based 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>
The column schema of the file.
-
#sheet_index ⇒ Integer
The zero-based index of the sheet to use within the file.
-
#upload_settings ⇒ Types::UploadSettings
Information about the format for the source file.
Instance Attribute Details
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) for the data source.
20563 20564 20565 20566 20567 20568 20569 20570 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20563 class FileSource < Struct.new( :data_source_arn, :upload_settings, :sheet_index, :input_columns) SENSITIVE = [] include Aws::Structure end |
#input_columns ⇒ Array<Types::InputColumn>
The column schema of the file.
20563 20564 20565 20566 20567 20568 20569 20570 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20563 class FileSource < Struct.new( :data_source_arn, :upload_settings, :sheet_index, :input_columns) SENSITIVE = [] include Aws::Structure end |
#sheet_index ⇒ Integer
The zero-based index of the sheet to use within the file. For files that contain multiple sheets, this identifies which sheet to read. Files that contain a single sheet, or that have no concept of sheets, use sheet 0.
20563 20564 20565 20566 20567 20568 20569 20570 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20563 class FileSource < Struct.new( :data_source_arn, :upload_settings, :sheet_index, :input_columns) SENSITIVE = [] include Aws::Structure end |
#upload_settings ⇒ Types::UploadSettings
Information about the format for the source file.
20563 20564 20565 20566 20567 20568 20569 20570 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20563 class FileSource < Struct.new( :data_source_arn, :upload_settings, :sheet_index, :input_columns) SENSITIVE = [] include Aws::Structure end |