Struct aws_sdk_devopsguru::model::AnomalyResource
source · #[non_exhaustive]pub struct AnomalyResource { /* private fields */ }
Expand description
The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in the generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates and insight with details about the anomalous behavior and suggestions about how to correct the problem.
Implementations§
source§impl AnomalyResource
impl AnomalyResource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalyResource
.
Trait Implementations§
source§impl Clone for AnomalyResource
impl Clone for AnomalyResource
source§fn clone(&self) -> AnomalyResource
fn clone(&self) -> AnomalyResource
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 AnomalyResource
impl Debug for AnomalyResource
source§impl PartialEq<AnomalyResource> for AnomalyResource
impl PartialEq<AnomalyResource> for AnomalyResource
source§fn eq(&self, other: &AnomalyResource) -> bool
fn eq(&self, other: &AnomalyResource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.