Struct aws_sdk_devopsguru::model::AnomalySourceDetails
source · #[non_exhaustive]pub struct AnomalySourceDetails { /* private fields */ }
Expand description
Details about the source of the anomalous operational data that triggered the anomaly.
Implementations§
source§impl AnomalySourceDetails
impl AnomalySourceDetails
sourcepub fn cloud_watch_metrics(&self) -> Option<&[CloudWatchMetricsDetail]>
pub fn cloud_watch_metrics(&self) -> Option<&[CloudWatchMetricsDetail]>
An array of CloudWatchMetricsDetail
objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.
sourcepub fn performance_insights_metrics(
&self
) -> Option<&[PerformanceInsightsMetricsDetail]>
pub fn performance_insights_metrics(
&self
) -> Option<&[PerformanceInsightsMetricsDetail]>
An array of PerformanceInsightsMetricsDetail
objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.
source§impl AnomalySourceDetails
impl AnomalySourceDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalySourceDetails
.
Trait Implementations§
source§impl Clone for AnomalySourceDetails
impl Clone for AnomalySourceDetails
source§fn clone(&self) -> AnomalySourceDetails
fn clone(&self) -> AnomalySourceDetails
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 AnomalySourceDetails
impl Debug for AnomalySourceDetails
source§impl PartialEq<AnomalySourceDetails> for AnomalySourceDetails
impl PartialEq<AnomalySourceDetails> for AnomalySourceDetails
source§fn eq(&self, other: &AnomalySourceDetails) -> bool
fn eq(&self, other: &AnomalySourceDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.