Class: Aws::DevOpsGuru::Types::AnomalySourceDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_metricsArray<Types::CloudWatchMetricsDetail>

An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.

Returns:



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_metricsArray<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