Class: Aws::DevOpsGuru::Types::AnomalySourceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::AnomalySourceDetails
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Details about the source of the anomalous operational data that triggered the anomaly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_metrics ⇒ Array<Types::CloudWatchMetricsDetail>
An array of
CloudWatchMetricsDetail
objects that contain information about analyzed CloudWatch metrics that show anomalous behavior. -
#performance_insights_metrics ⇒ Array<Types::PerformanceInsightsMetricsDetail>
An array of
PerformanceInsightsMetricsDetail
objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.
Instance Attribute Details
#cloud_watch_metrics ⇒ Array<Types::CloudWatchMetricsDetail>
An array of CloudWatchMetricsDetail
objects that contain
information about analyzed CloudWatch metrics that show anomalous
behavior.
222 223 224 225 226 227 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 222 class AnomalySourceDetails < Struct.new( :cloud_watch_metrics, :performance_insights_metrics) SENSITIVE = [] include Aws::Structure end |
#performance_insights_metrics ⇒ Array<Types::PerformanceInsightsMetricsDetail>
An array of PerformanceInsightsMetricsDetail
objects that contain
information about analyzed Performance Insights metrics that show
anomalous behavior.
222 223 224 225 226 227 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 222 class AnomalySourceDetails < Struct.new( :cloud_watch_metrics, :performance_insights_metrics) SENSITIVE = [] include Aws::Structure end |