#[non_exhaustive]pub struct BatchDeleteImportDataOutput { /* private fields */ }Implementations§
source§impl BatchDeleteImportDataOutput
impl BatchDeleteImportDataOutput
sourcepub fn errors(&self) -> Option<&[BatchDeleteImportDataError]>
pub fn errors(&self) -> Option<&[BatchDeleteImportDataError]>
Error messages returned for each import task that you deleted as a response for this command.
source§impl BatchDeleteImportDataOutput
impl BatchDeleteImportDataOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDeleteImportDataOutput.
Trait Implementations§
source§impl Clone for BatchDeleteImportDataOutput
impl Clone for BatchDeleteImportDataOutput
source§fn clone(&self) -> BatchDeleteImportDataOutput
fn clone(&self) -> BatchDeleteImportDataOutput
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