Struct aws_sdk_devopsguru::model::AnomalySourceMetadata
source · #[non_exhaustive]pub struct AnomalySourceMetadata { /* private fields */ }
Expand description
Metadata about the detection source that generates proactive anomalies. The anomaly is detected using analysis of the metric data over a period of time
Implementations§
source§impl AnomalySourceMetadata
impl AnomalySourceMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalySourceMetadata
.
Trait Implementations§
source§impl Clone for AnomalySourceMetadata
impl Clone for AnomalySourceMetadata
source§fn clone(&self) -> AnomalySourceMetadata
fn clone(&self) -> AnomalySourceMetadata
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 AnomalySourceMetadata
impl Debug for AnomalySourceMetadata
source§impl PartialEq<AnomalySourceMetadata> for AnomalySourceMetadata
impl PartialEq<AnomalySourceMetadata> for AnomalySourceMetadata
source§fn eq(&self, other: &AnomalySourceMetadata) -> bool
fn eq(&self, other: &AnomalySourceMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.