Method: Aws::IoTEvents::Types::Action#iot_site_wise

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

#iot_site_wiseTypes::IotSiteWiseAction

Sends information about the detector model instance and the event that triggered the action to an asset property in AWS IoT SiteWise .



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