Class: Aws::IoTEvents::Types::AlarmEventActions

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

Overview

Contains information about one or more alarm actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_actionsArray<Types::AlarmAction>

Specifies one or more supported actions to receive notifications when the alarm state changes.

Returns:



355
356
357
358
359
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 355

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