Class: Aws::IoTEvents::Types::AlarmEventActions
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::AlarmEventActions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Contains information about one or more alarm actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_actions ⇒ Array<Types::AlarmAction>
Specifies one or more supported actions to receive notifications when the alarm state changes.
Instance Attribute Details
#alarm_actions ⇒ Array<Types::AlarmAction>
Specifies one or more supported actions to receive notifications when the alarm state changes.
355 356 357 358 359 |
# File 'lib/aws-sdk-iotevents/types.rb', line 355 class AlarmEventActions < Struct.new( :alarm_actions) SENSITIVE = [] include Aws::Structure end |