Class: Aws::CloudWatchOmni::Types::NotificationTrigger

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

Instance Attribute Details

#state_valuesArray<String>

Alert state(s) that trigger this rule. Empty / omitted = any state.

Returns:

  • (Array<String>)


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