Struct aws_sdk_devopsguru::types::EventResource
source · #[non_exhaustive]pub struct EventResource { /* private fields */ }
Expand description
The Amazon Web Services resource that emitted an event. 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 EventResource
impl EventResource
source§impl EventResource
impl EventResource
sourcepub fn builder() -> EventResourceBuilder
pub fn builder() -> EventResourceBuilder
Creates a new builder-style object to manufacture EventResource
.
Trait Implementations§
source§impl Clone for EventResource
impl Clone for EventResource
source§fn clone(&self) -> EventResource
fn clone(&self) -> EventResource
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 EventResource
impl Debug for EventResource
source§impl PartialEq<EventResource> for EventResource
impl PartialEq<EventResource> for EventResource
source§fn eq(&self, other: &EventResource) -> bool
fn eq(&self, other: &EventResource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EventResource
Auto Trait Implementations§
impl RefUnwindSafe for EventResource
impl Send for EventResource
impl Sync for EventResource
impl Unpin for EventResource
impl UnwindSafe for EventResource
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