Class: Aws::QuickSight::Types::S3Source

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

Instance Attribute Details

#data_source_arnString

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

Returns:

  • (String)


24209
24210
24211
24212
24213
24214
24215
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24209

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

#input_columnsArray<Types::InputColumn>

A physical table type for an S3 data source.

For files that aren't JSON, only STRING data types are supported in input columns.

Returns:



24209
24210
24211
24212
24213
24214
24215
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24209

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

#upload_settingsTypes::UploadSettings

Information about the format for the S3 source file or files.



24209
24210
24211
24212
24213
24214
24215
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24209

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