Struct aws_sdk_forecast::input::DeleteExplainabilityInput
source · #[non_exhaustive]pub struct DeleteExplainabilityInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for DeleteExplainabilityInput
impl Clone for DeleteExplainabilityInput
source§fn clone(&self) -> DeleteExplainabilityInput
fn clone(&self) -> DeleteExplainabilityInput
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 DeleteExplainabilityInput
impl Debug for DeleteExplainabilityInput
source§impl PartialEq<DeleteExplainabilityInput> for DeleteExplainabilityInput
impl PartialEq<DeleteExplainabilityInput> for DeleteExplainabilityInput
source§fn eq(&self, other: &DeleteExplainabilityInput) -> bool
fn eq(&self, other: &DeleteExplainabilityInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.