Struct aws_sdk_devopsguru::types::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() -> EventTimeRangeBuilder
pub fn builder() -> EventTimeRangeBuilder
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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more