Class: Aws::DevOpsGuru::Types::PerformanceInsightsReferenceScalar
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::PerformanceInsightsReferenceScalar
- Includes:
- Structure
- Defined in:
- 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.
2755 2756 2757 2758 2759 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2755 class PerformanceInsightsReferenceScalar < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |