Method: Aws::IoTEvents::Types::Action#iot_events

Defined in:
lib/aws-sdk-iotevents/types.rb

#iot_eventsTypes::IotEventsAction

Sends AWS IoT Events input, which passes information about the detector model instance and the event that triggered the action.



202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'lib/aws-sdk-iotevents/types.rb', line 202

class Action < Struct.new(
  :set_variable,
  :sns,
  :iot_topic_publish,
  :set_timer,
  :clear_timer,
  :reset_timer,
  :lambda,
  :iot_events,
  :sqs,
  :firehose,
  :dynamo_db,
  :dynamo_d_bv_2,
  :iot_site_wise)
  SENSITIVE = []
  include Aws::Structure
end