Struct aws_sdk_devopsguru::model::RecommendationRelatedAnomalySourceDetail [−][src]
#[non_exhaustive]pub struct RecommendationRelatedAnomalySourceDetail {
pub cloud_watch_metrics: Option<Vec<RecommendationRelatedCloudWatchMetricsSourceDetail>>,
}Expand description
Contains an array of RecommendationRelatedCloudWatchMetricsSourceDetail
objects that contain the name and namespace of an Amazon CloudWatch metric.
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.cloud_watch_metrics: Option<Vec<RecommendationRelatedCloudWatchMetricsSourceDetail>> An array of CloudWatchMetricsDetail objects that contains information
about the analyzed metrics that displayed anomalous behavior.
Implementations
pub fn cloud_watch_metrics(
&self
) -> Option<&[RecommendationRelatedCloudWatchMetricsSourceDetail]>
pub fn cloud_watch_metrics(
&self
) -> Option<&[RecommendationRelatedCloudWatchMetricsSourceDetail]>
An array of CloudWatchMetricsDetail objects that contains information
about the analyzed metrics that displayed anomalous behavior.
Creates a new builder-style object to manufacture RecommendationRelatedAnomalySourceDetail
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
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