Struct aws_sdk_lexmodelsv2::output::DeleteExportOutput
source · [−]#[non_exhaustive]pub struct DeleteExportOutput {
pub export_id: Option<String>,
pub export_status: Option<ExportStatus>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.export_id: Option<String>The unique identifier of the deleted export.
export_status: Option<ExportStatus>The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
Implementations
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
Creates a new builder-style object to manufacture DeleteExportOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DeleteExportOutput
impl Send for DeleteExportOutput
impl Sync for DeleteExportOutput
impl Unpin for DeleteExportOutput
impl UnwindSafe for DeleteExportOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more