Class: Aws::DevOpsGuru::Types::PerformanceInsightsReferenceScalar

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

Instance Attribute Details

#valueFloat

The reference value.

Returns:

  • (Float)


2755
2756
2757
2758
2759
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2755

class PerformanceInsightsReferenceScalar < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end