Class: Aws::CloudWatchOmni::Types::AlertStateData
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::AlertStateData
- 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
-
#threshold_breached ⇒ Float
For COUNT_OF_RESULTS alerts, the row count that breached; null for FIELD_VALUE (multi-contributor) alerts.
Instance Attribute Details
#threshold_breached ⇒ Float
For COUNT_OF_RESULTS alerts, the row count that breached; null for FIELD_VALUE (multi-contributor) alerts.
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 |