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
sourceimpl EventTimeRange
impl EventTimeRange
sourceimpl EventTimeRange
impl EventTimeRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventTimeRange
.
Trait Implementations
sourceimpl Clone for EventTimeRange
impl Clone for EventTimeRange
sourcefn clone(&self) -> EventTimeRange
fn clone(&self) -> EventTimeRange
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EventTimeRange
impl Debug for EventTimeRange
sourceimpl PartialEq<EventTimeRange> for EventTimeRange
impl PartialEq<EventTimeRange> for EventTimeRange
sourcefn eq(&self, other: &EventTimeRange) -> bool
fn eq(&self, other: &EventTimeRange) -> bool
impl StructuralPartialEq for EventTimeRange
Auto Trait Implementations
impl RefUnwindSafe for EventTimeRange
impl Send for EventTimeRange
impl Sync for EventTimeRange
impl Unpin for EventTimeRange
impl UnwindSafe for EventTimeRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more