ScheduleLambdaFunctionDecisionAttributes class

Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to RespondDecisionTaskCompleted.

Constructors

ScheduleLambdaFunctionDecisionAttributes({required String id, required String name, String? control, String? input, String? startToCloseTimeout})

Properties

control String?
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
final
hashCode int
The hash code for this object.
no setterinherited
id String
A string that identifies the Lambda function execution in the event history.
final
input String?
The optional input data to be supplied to the Lambda function.
final
name String
The name, or ARN, of the Lambda function to schedule.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startToCloseTimeout String?
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.
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