Class: Aws::Honeycode::Types::ImportDataSourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::ImportDataSourceConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
An object that contains the configuration parameters for the data source of an import request.
Constant Summary collapse
- SENSITIVE =
[:data_source_url]
Instance Attribute Summary collapse
-
#data_source_url ⇒ String
The URL from which source data will be downloaded for the import request.
Instance Attribute Details
#data_source_url ⇒ String
The URL from which source data will be downloaded for the import request.
820 821 822 823 824 |
# File 'lib/aws-sdk-honeycode/types.rb', line 820 class ImportDataSourceConfig < Struct.new( :data_source_url) SENSITIVE = [:data_source_url] include Aws::Structure end |