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