Struct aws_sdk_lexmodelsv2::output::DeleteImportOutput
source · #[non_exhaustive]pub struct DeleteImportOutput { /* private fields */ }Implementations§
source§impl DeleteImportOutput
impl DeleteImportOutput
sourcepub fn import_status(&self) -> Option<&ImportStatus>
pub fn import_status(&self) -> Option<&ImportStatus>
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
source§impl DeleteImportOutput
impl DeleteImportOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteImportOutput.
Trait Implementations§
source§impl Clone for DeleteImportOutput
impl Clone for DeleteImportOutput
source§fn clone(&self) -> DeleteImportOutput
fn clone(&self) -> DeleteImportOutput
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 DeleteImportOutput
impl Debug for DeleteImportOutput
source§impl PartialEq<DeleteImportOutput> for DeleteImportOutput
impl PartialEq<DeleteImportOutput> for DeleteImportOutput
source§fn eq(&self, other: &DeleteImportOutput) -> bool
fn eq(&self, other: &DeleteImportOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.