Struct aws_sdk_forecast::input::StopResourceInput
source · #[non_exhaustive]pub struct StopResourceInput { /* private fields */ }Implementations§
source§impl StopResourceInput
impl StopResourceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopResource, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopResource, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopResource>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopResourceInput.
source§impl StopResourceInput
impl StopResourceInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that identifies the resource to stop. The supported ARNs are DatasetImportJobArn, PredictorArn, PredictorBacktestExportJobArn, ForecastArn, ForecastExportJobArn, ExplainabilityArn, and ExplainabilityExportArn.
Trait Implementations§
source§impl Clone for StopResourceInput
impl Clone for StopResourceInput
source§fn clone(&self) -> StopResourceInput
fn clone(&self) -> StopResourceInput
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 StopResourceInput
impl Debug for StopResourceInput
source§impl PartialEq<StopResourceInput> for StopResourceInput
impl PartialEq<StopResourceInput> for StopResourceInput
source§fn eq(&self, other: &StopResourceInput) -> bool
fn eq(&self, other: &StopResourceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.