Class: Aws::DevOpsGuru::Types::PerformanceInsightsReferenceScalar
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::PerformanceInsightsReferenceScalar
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
A reference value to compare Performance Insights metrics against to determine if the metrics demonstrate anomalous behavior.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ Float
The reference value.
Instance Attribute Details
#value ⇒ Float
The reference value.
2676 2677 2678 2679 2680 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2676 class PerformanceInsightsReferenceScalar < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |