Class: Aws::IoTEvents::Types::AlarmNotification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

Contains information about one or more notification actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_actionsArray<Types::NotificationAction>

Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.

Returns:



462
463
464
465
466
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 462

class AlarmNotification < Struct.new(
  :notification_actions)
  SENSITIVE = []
  include Aws::Structure
end