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_arn ⇒ String

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

Returns:

  • (String)


23318
23319
23320
23321
23322
23323
23324
23325
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23318

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.

Returns:



23318
23319
23320
23321
23322
23323
23324
23325
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23318

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.

Returns:

  • (Integer)


23318
23319
23320
23321
23322
23323
23324
23325
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23318

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.



23318
23319
23320
23321
23322
23323
23324
23325
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23318

class FileSource < Struct.new(
  :data_source_arn,
  :upload_settings,
  :sheet_index,
  :input_columns)
  SENSITIVE = []
  include Aws::Structure
end