Class: Aws::QuickSight::Types::S3Source
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::S3Source
- Includes:
- Structure
- Defined in:
- 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.
25666 25667 25668 25669 25670 25671 25672 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25666 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.
<note markdown=“1”> For files that aren’t JSON, only ‘STRING` data types are supported in input columns.
</note>
25666 25667 25668 25669 25670 25671 25672 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25666 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.
25666 25667 25668 25669 25670 25671 25672 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25666 class S3Source < Struct.new( :data_source_arn, :upload_settings, :input_columns) SENSITIVE = [] include Aws::Structure end |