IotEventsAction class

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

Constructors

IotEventsAction({required String inputName, Payload? payload})
IotEventsAction.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputName String
The name of the AWS IoT Events input where the data is sent.
final
payload Payload?
You can configure the action payload when you send a message to an AWS IoT Events input.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited