#[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 moresource§impl Debug for StartImportTaskOutput
impl Debug for StartImportTaskOutput
source§impl PartialEq<StartImportTaskOutput> for StartImportTaskOutput
impl PartialEq<StartImportTaskOutput> for StartImportTaskOutput
source§fn eq(&self, other: &StartImportTaskOutput) -> bool
fn eq(&self, other: &StartImportTaskOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.