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