SqsAction class

Describes an action to publish data to an Amazon SQS queue.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
queueUrl String
The URL of the Amazon SQS queue.
final
roleArn String
The ARN of the IAM role that grants access.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useBase64 bool?
Specifies whether to use Base64 encoding.
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