#[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§
source§impl 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.
source§impl RecommendationRelatedAnomalySourceDetail
impl RecommendationRelatedAnomalySourceDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecommendationRelatedAnomalySourceDetail
.
Trait Implementations§
source§impl Clone for RecommendationRelatedAnomalySourceDetail
impl Clone for RecommendationRelatedAnomalySourceDetail
source§fn clone(&self) -> RecommendationRelatedAnomalySourceDetail
fn clone(&self) -> RecommendationRelatedAnomalySourceDetail
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 PartialEq<RecommendationRelatedAnomalySourceDetail> for RecommendationRelatedAnomalySourceDetail
impl PartialEq<RecommendationRelatedAnomalySourceDetail> for RecommendationRelatedAnomalySourceDetail
source§fn eq(&self, other: &RecommendationRelatedAnomalySourceDetail) -> bool
fn eq(&self, other: &RecommendationRelatedAnomalySourceDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.