#[non_exhaustive]pub struct RecommendationRelatedAnomalySourceDetail { /* private fields */ }
Expand description
Contains an array of RecommendationRelatedCloudWatchMetricsSourceDetail
objects that contain the name and namespace of an Amazon CloudWatch metric.
Implementations
sourceimpl RecommendationRelatedAnomalySourceDetail
impl RecommendationRelatedAnomalySourceDetail
sourcepub fn cloud_watch_metrics(
&self
) -> Option<&[RecommendationRelatedCloudWatchMetricsSourceDetail]>
pub fn cloud_watch_metrics(
&self
) -> Option<&[RecommendationRelatedCloudWatchMetricsSourceDetail]>
An array of CloudWatchMetricsDetail
objects that contains information about the analyzed metrics that displayed anomalous behavior.
sourceimpl RecommendationRelatedAnomalySourceDetail
impl RecommendationRelatedAnomalySourceDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecommendationRelatedAnomalySourceDetail
.
Trait Implementations
sourceimpl Clone for RecommendationRelatedAnomalySourceDetail
impl Clone for RecommendationRelatedAnomalySourceDetail
sourcefn clone(&self) -> RecommendationRelatedAnomalySourceDetail
fn clone(&self) -> RecommendationRelatedAnomalySourceDetail
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 PartialEq<RecommendationRelatedAnomalySourceDetail> for RecommendationRelatedAnomalySourceDetail
impl PartialEq<RecommendationRelatedAnomalySourceDetail> for RecommendationRelatedAnomalySourceDetail
sourcefn eq(&self, other: &RecommendationRelatedAnomalySourceDetail) -> bool
fn eq(&self, other: &RecommendationRelatedAnomalySourceDetail) -> bool
impl StructuralPartialEq for RecommendationRelatedAnomalySourceDetail
Auto Trait Implementations
impl RefUnwindSafe for RecommendationRelatedAnomalySourceDetail
impl Send for RecommendationRelatedAnomalySourceDetail
impl Sync for RecommendationRelatedAnomalySourceDetail
impl Unpin for RecommendationRelatedAnomalySourceDetail
impl UnwindSafe for RecommendationRelatedAnomalySourceDetail
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