Struct aws_sdk_personalize::output::StopRecommenderOutput
source · #[non_exhaustive]pub struct StopRecommenderOutput { /* private fields */ }
Implementations§
source§impl StopRecommenderOutput
impl StopRecommenderOutput
sourcepub fn recommender_arn(&self) -> Option<&str>
pub fn recommender_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the recommender you stopped.
source§impl StopRecommenderOutput
impl StopRecommenderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopRecommenderOutput
.
Trait Implementations§
source§impl Clone for StopRecommenderOutput
impl Clone for StopRecommenderOutput
source§fn clone(&self) -> StopRecommenderOutput
fn clone(&self) -> StopRecommenderOutput
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 StopRecommenderOutput
impl Debug for StopRecommenderOutput
source§impl PartialEq<StopRecommenderOutput> for StopRecommenderOutput
impl PartialEq<StopRecommenderOutput> for StopRecommenderOutput
source§fn eq(&self, other: &StopRecommenderOutput) -> bool
fn eq(&self, other: &StopRecommenderOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.