Class: Aws::QuickSight::Types::S3Source
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::S3Source
- 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
-
#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.
28050 28051 28052 28053 28054 28055 28056 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28050 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.
STRING
data types are supported
in input columns.
28050 28051 28052 28053 28054 28055 28056 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28050 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.
28050 28051 28052 28053 28054 28055 28056 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28050 class S3Source < Struct.new( :data_source_arn, :upload_settings, :input_columns) SENSITIVE = [] include Aws::Structure end |