Struct aws_sdk_devopsguru::model::RecommendationRelatedAnomaly
source ·
[−]#[non_exhaustive]pub struct RecommendationRelatedAnomaly {
pub resources: Option<Vec<RecommendationRelatedAnomalyResource>>,
pub source_details: Option<Vec<RecommendationRelatedAnomalySourceDetail>>,
pub anomaly_id: Option<String>,
}
Expand description
Information about an anomaly that is related to a recommendation.
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.resources: Option<Vec<RecommendationRelatedAnomalyResource>>
An array of objects that represent resources in which DevOps Guru detected anomalous behavior. Each object contains the name and type of the resource.
source_details: Option<Vec<RecommendationRelatedAnomalySourceDetail>>
Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.
anomaly_id: Option<String>
The ID of an anomaly that generated the insight with this recommendation.
Implementations
An array of objects that represent resources in which DevOps Guru detected anomalous behavior. Each object contains the name and type of the resource.
Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.
The ID of an anomaly that generated the insight with this recommendation.
Creates a new builder-style object to manufacture RecommendationRelatedAnomaly
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 Send for RecommendationRelatedAnomaly
impl Sync for RecommendationRelatedAnomaly
impl Unpin for RecommendationRelatedAnomaly
impl UnwindSafe for RecommendationRelatedAnomaly
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