Struct aws_sdk_forecast::input::DeletePredictorInput
source · #[non_exhaustive]pub struct DeletePredictorInput { /* private fields */ }Implementations§
source§impl DeletePredictorInput
impl DeletePredictorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePredictor, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePredictor, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePredictor>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePredictorInput.
source§impl DeletePredictorInput
impl DeletePredictorInput
sourcepub fn predictor_arn(&self) -> Option<&str>
pub fn predictor_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the predictor to delete.
Trait Implementations§
source§impl Clone for DeletePredictorInput
impl Clone for DeletePredictorInput
source§fn clone(&self) -> DeletePredictorInput
fn clone(&self) -> DeletePredictorInput
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 DeletePredictorInput
impl Debug for DeletePredictorInput
source§impl PartialEq<DeletePredictorInput> for DeletePredictorInput
impl PartialEq<DeletePredictorInput> for DeletePredictorInput
source§fn eq(&self, other: &DeletePredictorInput) -> bool
fn eq(&self, other: &DeletePredictorInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.