Class: Aws::DevOpsGuru::Types::RecommendationRelatedAnomalySourceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::RecommendationRelatedAnomalySourceDetail
- Includes:
- Structure
- Defined in:
- 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
-
#cloud_watch_metrics ⇒ Array<Types::RecommendationRelatedCloudWatchMetricsSourceDetail>
An array of ‘CloudWatchMetricsDetail` objects that contains information about the analyzed metrics that displayed anomalous behavior.
Instance Attribute Details
#cloud_watch_metrics ⇒ Array<Types::RecommendationRelatedCloudWatchMetricsSourceDetail>
An array of ‘CloudWatchMetricsDetail` objects that contains information about the analyzed metrics that displayed anomalous behavior.
3772 3773 3774 3775 3776 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3772 class RecommendationRelatedAnomalySourceDetail < Struct.new( :cloud_watch_metrics) SENSITIVE = [] include Aws::Structure end |