Class: Aws::IoTEvents::Types::AlarmNotification
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::AlarmNotification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Contains information about one or more notification actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_actions ⇒ Array<Types::NotificationAction>
Contains the notification settings of an alarm model.
Instance Attribute Details
#notification_actions ⇒ Array<Types::NotificationAction>
Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.
462 463 464 465 466 |
# File 'lib/aws-sdk-iotevents/types.rb', line 462 class AlarmNotification < Struct.new( :notification_actions) SENSITIVE = [] include Aws::Structure end |