You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeGuruProfiler::Types::Anomaly
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::Anomaly
- Defined in:
- (unknown)
Overview
Details about an anomaly in a specific metric of application profile. The anomaly is detected using analysis of the metric data over a period of time.
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::AnomalyInstance>
A list of the instances of the detected anomalies during the requested period.
-
#metric ⇒ Types::Metric
Details about the metric that the analysis used when it detected the anomaly.
-
#reason ⇒ String
The reason for which metric was flagged as anomalous.
Instance Attribute Details
#instances ⇒ Array<Types::AnomalyInstance>
A list of the instances of the detected anomalies during the requested period.
#metric ⇒ Types::Metric
Details about the metric that the analysis used when it detected the anomaly. The metric includes the name of the frame that was analyzed with the type and thread states used to derive the metric value for that frame.
#reason ⇒ String
The reason for which metric was flagged as anomalous.