Struct aws_sdk_devopsguru::model::AnomalyTimeRange
source · #[non_exhaustive]pub struct AnomalyTimeRange { /* private fields */ }
Expand description
A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from AnomalyReportedTimeRange
, which specifies the time range when DevOps Guru opens and then closes an anomaly.
Implementations§
source§impl AnomalyTimeRange
impl AnomalyTimeRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalyTimeRange
.
Trait Implementations§
source§impl Clone for AnomalyTimeRange
impl Clone for AnomalyTimeRange
source§fn clone(&self) -> AnomalyTimeRange
fn clone(&self) -> AnomalyTimeRange
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 AnomalyTimeRange
impl Debug for AnomalyTimeRange
source§impl PartialEq<AnomalyTimeRange> for AnomalyTimeRange
impl PartialEq<AnomalyTimeRange> for AnomalyTimeRange
source§fn eq(&self, other: &AnomalyTimeRange) -> bool
fn eq(&self, other: &AnomalyTimeRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.