Class: Aws::QuickSight::Types::FileSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_source_arnString

The Amazon Resource Name (ARN) for the data source.

Returns:

  • (String)


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_columnsArray<Types::InputColumn>

The column schema of the file.

Returns:



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_indexInteger

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.

Returns:

  • (Integer)


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_settingsTypes::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