Class: Aws::DevOpsGuru::Types::PerformanceInsightsReferenceComparisonValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::PerformanceInsightsReferenceComparisonValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Reference scalar values and other metrics that DevOps Guru displays on a graph in its console along with the actual metrics it analyzed. Compare these reference values to your actual metrics to help you understand anomalous behavior that DevOps Guru detected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reference_metric ⇒ Types::PerformanceInsightsReferenceMetric
A metric that DevOps Guru compares to actual metric values.
-
#reference_scalar ⇒ Types::PerformanceInsightsReferenceScalar
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values.
Instance Attribute Details
#reference_metric ⇒ Types::PerformanceInsightsReferenceMetric
A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if an actual metric should be considered anomalous.
2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2702 class PerformanceInsightsReferenceComparisonValues < Struct.new( :reference_scalar, :reference_metric) SENSITIVE = [] include Aws::Structure end |
#reference_scalar ⇒ Types::PerformanceInsightsReferenceScalar
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used to determine if an actual metric value should be considered anomalous.
2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2702 class PerformanceInsightsReferenceComparisonValues < Struct.new( :reference_scalar, :reference_metric) SENSITIVE = [] include Aws::Structure end |