Class: Aws::IoTEvents::Types::IotEventsAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::IotEventsAction
- Includes:
- Structure
- Defined in:
- 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
-
#input_name ⇒ String
The name of the AWS IoT Events input where the data is sent.
-
#payload ⇒ Types::Payload
You can configure the action payload when you send a message to an AWS IoT Events input.
Instance Attribute Details
#input_name ⇒ String
The name of the AWS IoT Events input where the data is sent.
2010 2011 2012 2013 2014 2015 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2010 class IotEventsAction < Struct.new( :input_name, :payload) SENSITIVE = [] include Aws::Structure end |
#payload ⇒ Types::Payload
You can configure the action payload when you send a message to an AWS IoT Events input.
2010 2011 2012 2013 2014 2015 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2010 class IotEventsAction < Struct.new( :input_name, :payload) SENSITIVE = [] include Aws::Structure end |