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
sourceimpl AnomalyResource
impl AnomalyResource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalyResource
.
Trait Implementations
sourceimpl Clone for AnomalyResource
impl Clone for AnomalyResource
sourcefn clone(&self) -> AnomalyResource
fn clone(&self) -> AnomalyResource
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 AnomalyResource
impl Debug for AnomalyResource
sourceimpl PartialEq<AnomalyResource> for AnomalyResource
impl PartialEq<AnomalyResource> for AnomalyResource
sourcefn eq(&self, other: &AnomalyResource) -> bool
fn eq(&self, other: &AnomalyResource) -> bool
impl StructuralPartialEq for AnomalyResource
Auto Trait Implementations
impl RefUnwindSafe for AnomalyResource
impl Send for AnomalyResource
impl Sync for AnomalyResource
impl Unpin for AnomalyResource
impl UnwindSafe for AnomalyResource
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