Struct aws_sdk_forecast::input::DeleteExplainabilityInput
source · [−]#[non_exhaustive]pub struct DeleteExplainabilityInput { /* private fields */ }Implementations
sourceimpl DeleteExplainabilityInput
impl DeleteExplainabilityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteExplainability, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteExplainability, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteExplainability>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteExplainabilityInput.
sourceimpl DeleteExplainabilityInput
impl DeleteExplainabilityInput
sourcepub fn explainability_arn(&self) -> Option<&str>
pub fn explainability_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Explainability resource to delete.
Trait Implementations
sourceimpl Clone for DeleteExplainabilityInput
impl Clone for DeleteExplainabilityInput
sourcefn clone(&self) -> DeleteExplainabilityInput
fn clone(&self) -> DeleteExplainabilityInput
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 Debug for DeleteExplainabilityInput
impl Debug for DeleteExplainabilityInput
sourceimpl PartialEq<DeleteExplainabilityInput> for DeleteExplainabilityInput
impl PartialEq<DeleteExplainabilityInput> for DeleteExplainabilityInput
sourcefn eq(&self, other: &DeleteExplainabilityInput) -> bool
fn eq(&self, other: &DeleteExplainabilityInput) -> bool
impl StructuralPartialEq for DeleteExplainabilityInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteExplainabilityInput
impl Send for DeleteExplainabilityInput
impl Sync for DeleteExplainabilityInput
impl Unpin for DeleteExplainabilityInput
impl UnwindSafe for DeleteExplainabilityInput
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