Method: Aws::CloudWatch::CompositeAlarm#actions_suppressor

Defined in:
lib/aws-sdk-cloudwatch/composite_alarm.rb

#actions_suppressorString

Actions will be suppressed if the suppressor alarm is in the ‘ALARM` state. `ActionsSuppressor` can be an AlarmName or an Amazon Resource Name (ARN) from an existing alarm.

Returns:

  • (String)


150
151
152
# File 'lib/aws-sdk-cloudwatch/composite_alarm.rb', line 150

def actions_suppressor
  data[:actions_suppressor]
end