Class: Aws::Honeycode::Types::ImportDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::ImportDataSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
An object that has details about the source of the data that was submitted for import.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_config ⇒ Types::ImportDataSourceConfig
The configuration parameters for the data source of the import.
Instance Attribute Details
#data_source_config ⇒ Types::ImportDataSourceConfig
The configuration parameters for the data source of the import
804 805 806 807 808 |
# File 'lib/aws-sdk-honeycode/types.rb', line 804 class ImportDataSource < Struct.new( :data_source_config) SENSITIVE = [] include Aws::Structure end |