Struct aws_sdk_devopsguru::model::AnomalyResource
source ·
[−]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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the Amazon Web Services resource.
type: Option<String>
The type of the Amazon Web Services resource.
Implementations
Creates a new builder-style object to manufacture AnomalyResource
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more