Class: Aws::Honeycode::Types::ImportDataSourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::ImportDataSourceConfig
- Defined in:
- gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb
Overview
Note:
When making an API call, you may pass ImportDataSourceConfig data as a hash:
{
data_source_url: "SecureURL",
}
An object that contains the configuration parameters for the data source of an import request.
Constant Summary collapse
- SENSITIVE =
[]
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.
936 937 938 939 940 |
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 936 class ImportDataSourceConfig < Struct.new( :data_source_url) SENSITIVE = [] include Aws::Structure end |