Class: Aws::CloudWatchOmni::Types::AlertStateData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Structured detail about the current evaluation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#threshold_breachedFloat

For COUNT_OF_RESULTS alerts, the row count that breached; null for FIELD_VALUE (multi-contributor) alerts.

Returns:

  • (Float)


533
534
535
536
537
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 533

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