SqsAction class

Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.

Constructors

SqsAction({required String queueUrl, Payload? payload, bool? useBase64})
SqsAction.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
payload Payload?
You can configure the action payload when you send a message to an Amazon SQS queue.
final
queueUrl String
The URL of the SQS queue where the data is written.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useBase64 bool?
Set this to TRUE if you want the data to be base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.
final

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