Struct aws_sdk_m2::model::DataSetImportItem
source · #[non_exhaustive]pub struct DataSetImportItem { /* private fields */ }Expand description
Identifies a specific data set to import from an external location.
Implementations§
source§impl DataSetImportItem
impl DataSetImportItem
sourcepub fn external_location(&self) -> Option<&ExternalLocation>
pub fn external_location(&self) -> Option<&ExternalLocation>
The location of the data set.
source§impl DataSetImportItem
impl DataSetImportItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSetImportItem.
Trait Implementations§
source§impl Clone for DataSetImportItem
impl Clone for DataSetImportItem
source§fn clone(&self) -> DataSetImportItem
fn clone(&self) -> DataSetImportItem
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