Struct aws_sdk_devopsguru::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.