Struct aws_sdk_honeycode::model::DestinationOptions
source · #[non_exhaustive]pub struct DestinationOptions { /* private fields */ }Expand description
An object that contains the options relating to the destination of the import request.
Implementations§
source§impl DestinationOptions
impl DestinationOptions
sourcepub fn column_map(&self) -> Option<&HashMap<String, SourceDataColumnProperties>>
pub fn column_map(&self) -> Option<&HashMap<String, SourceDataColumnProperties>>
A map of the column id to the import properties for each column.
source§impl DestinationOptions
impl DestinationOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DestinationOptions.
Trait Implementations§
source§impl Clone for DestinationOptions
impl Clone for DestinationOptions
source§fn clone(&self) -> DestinationOptions
fn clone(&self) -> DestinationOptions
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