Struct aws_sdk_honeycode::model::ImportDataSourceConfig
source · #[non_exhaustive]pub struct ImportDataSourceConfig { /* private fields */ }Expand description
An object that contains the configuration parameters for the data source of an import request.
Implementations§
source§impl ImportDataSourceConfig
impl ImportDataSourceConfig
sourcepub fn data_source_url(&self) -> Option<&str>
pub fn data_source_url(&self) -> Option<&str>
The URL from which source data will be downloaded for the import request.
source§impl ImportDataSourceConfig
impl ImportDataSourceConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportDataSourceConfig.
Trait Implementations§
source§impl Clone for ImportDataSourceConfig
impl Clone for ImportDataSourceConfig
source§fn clone(&self) -> ImportDataSourceConfig
fn clone(&self) -> ImportDataSourceConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more