Class: Aws::IoTEvents::Types::IotEventsAction

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

Overview

Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_nameString

The name of the AWS IoT Events input where the data is sent.

Returns:

  • (String)


2011
2012
2013
2014
2015
2016
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2011

class IotEventsAction < Struct.new(
  :input_name,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#payloadTypes::Payload

You can configure the action payload when you send a message to an AWS IoT Events input.

Returns:



2011
2012
2013
2014
2015
2016
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2011

class IotEventsAction < Struct.new(
  :input_name,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end