Class: Aws::CloudWatchOmni::Types::NotificationTrigger
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::NotificationTrigger
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Trigger conditions for a notification rule. stateValues entries combine with OR semantics; empty / omitted = any state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state_values ⇒ Array<String>
Alert state(s) that trigger this rule.
Instance Attribute Details
#state_values ⇒ Array<String>
Alert state(s) that trigger this rule. Empty / omitted = any state.
3714 3715 3716 3717 3718 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3714 class NotificationTrigger < Struct.new( :state_values) SENSITIVE = [] include Aws::Structure end |