Struct aws_sdk_devopsguru::model::PredictionTimeRange
source · #[non_exhaustive]pub struct PredictionTimeRange { /* private fields */ }
Expand description
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
Implementations§
source§impl PredictionTimeRange
impl PredictionTimeRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PredictionTimeRange
.
Trait Implementations§
source§impl Clone for PredictionTimeRange
impl Clone for PredictionTimeRange
source§fn clone(&self) -> PredictionTimeRange
fn clone(&self) -> PredictionTimeRange
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 PredictionTimeRange
impl Debug for PredictionTimeRange
source§impl PartialEq<PredictionTimeRange> for PredictionTimeRange
impl PartialEq<PredictionTimeRange> for PredictionTimeRange
source§fn eq(&self, other: &PredictionTimeRange) -> bool
fn eq(&self, other: &PredictionTimeRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.