Class: Aws::CloudWatchOmni::Types::NotificationRule

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

Instance Attribute Details

#targetTypes::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

#triggerTypes::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