Class: Aws::DevOpsGuru::Types::RecommendationRelatedAnomalySourceDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Contains an array of RecommendationRelatedCloudWatchMetricsSourceDetail objects that contain the name and namespace of an Amazon CloudWatch metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_metricsArray<Types::RecommendationRelatedCloudWatchMetricsSourceDetail>

An array of CloudWatchMetricsDetail objects that contains information about the analyzed metrics that displayed anomalous behavior.



3772
3773
3774
3775
3776
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3772

class RecommendationRelatedAnomalySourceDetail < Struct.new(
  :cloud_watch_metrics)
  SENSITIVE = []
  include Aws::Structure
end