#[non_exhaustive]pub struct DeleteExplainabilityExportInput { /* private fields */ }Implementations
sourceimpl DeleteExplainabilityExportInput
impl DeleteExplainabilityExportInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteExplainabilityExport, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteExplainabilityExport, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteExplainabilityExport>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteExplainabilityExportInput.
sourceimpl DeleteExplainabilityExportInput
impl DeleteExplainabilityExportInput
sourcepub fn explainability_export_arn(&self) -> Option<&str>
pub fn explainability_export_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Explainability export to delete.
Trait Implementations
sourceimpl Clone for DeleteExplainabilityExportInput
impl Clone for DeleteExplainabilityExportInput
sourcefn clone(&self) -> DeleteExplainabilityExportInput
fn clone(&self) -> DeleteExplainabilityExportInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DeleteExplainabilityExportInput> for DeleteExplainabilityExportInput
impl PartialEq<DeleteExplainabilityExportInput> for DeleteExplainabilityExportInput
sourcefn eq(&self, other: &DeleteExplainabilityExportInput) -> bool
fn eq(&self, other: &DeleteExplainabilityExportInput) -> bool
impl StructuralPartialEq for DeleteExplainabilityExportInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteExplainabilityExportInput
impl Send for DeleteExplainabilityExportInput
impl Sync for DeleteExplainabilityExportInput
impl Unpin for DeleteExplainabilityExportInput
impl UnwindSafe for DeleteExplainabilityExportInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more