Struct aws_sdk_devopsguru::model::EventTimeRange
source · #[non_exhaustive]pub struct EventTimeRange { /* private fields */ }
Expand description
The time range during which an Amazon Web Services event occurred. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.
Implementations§
source§impl EventTimeRange
impl EventTimeRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventTimeRange
.
Trait Implementations§
source§impl Clone for EventTimeRange
impl Clone for EventTimeRange
source§fn clone(&self) -> EventTimeRange
fn clone(&self) -> EventTimeRange
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 EventTimeRange
impl Debug for EventTimeRange
source§impl PartialEq<EventTimeRange> for EventTimeRange
impl PartialEq<EventTimeRange> for EventTimeRange
source§fn eq(&self, other: &EventTimeRange) -> bool
fn eq(&self, other: &EventTimeRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.