#[non_exhaustive]pub struct StartImportTaskOutput { /* private fields */ }Implementations§
source§impl StartImportTaskOutput
impl StartImportTaskOutput
sourcepub fn task(&self) -> Option<&ImportTask>
pub fn task(&self) -> Option<&ImportTask>
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
source§impl StartImportTaskOutput
impl StartImportTaskOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartImportTaskOutput.
Trait Implementations§
source§impl Clone for StartImportTaskOutput
impl Clone for StartImportTaskOutput
source§fn clone(&self) -> StartImportTaskOutput
fn clone(&self) -> StartImportTaskOutput
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