Class: Aws::CloudWatchOmni::Types::NotificationRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::NotificationRule
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Single notification rule: which transitions trigger this rule and where the resulting notification should be sent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target ⇒ Types::NotificationTarget
The destination for notifications from this rule.
-
#trigger ⇒ Types::NotificationTrigger
The conditions that trigger this notification rule.
Instance Attribute Details
#target ⇒ Types::NotificationTarget
The destination for notifications from this rule.
3672 3673 3674 3675 3676 3677 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3672 class NotificationRule < Struct.new( :trigger, :target) SENSITIVE = [] include Aws::Structure end |
#trigger ⇒ Types::NotificationTrigger
The conditions that trigger this notification rule.
3672 3673 3674 3675 3676 3677 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3672 class NotificationRule < Struct.new( :trigger, :target) SENSITIVE = [] include Aws::Structure end |