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
sourceimpl 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.
sourceimpl AnomalySourceDetails
impl AnomalySourceDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalySourceDetails
.
Trait Implementations
sourceimpl Clone for AnomalySourceDetails
impl Clone for AnomalySourceDetails
sourcefn clone(&self) -> AnomalySourceDetails
fn clone(&self) -> AnomalySourceDetails
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 Debug for AnomalySourceDetails
impl Debug for AnomalySourceDetails
sourceimpl PartialEq<AnomalySourceDetails> for AnomalySourceDetails
impl PartialEq<AnomalySourceDetails> for AnomalySourceDetails
sourcefn eq(&self, other: &AnomalySourceDetails) -> bool
fn eq(&self, other: &AnomalySourceDetails) -> bool
impl StructuralPartialEq for AnomalySourceDetails
Auto Trait Implementations
impl RefUnwindSafe for AnomalySourceDetails
impl Send for AnomalySourceDetails
impl Sync for AnomalySourceDetails
impl Unpin for AnomalySourceDetails
impl UnwindSafe for AnomalySourceDetails
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