ExecutionListItem class

Contains details about an execution.

Constructors

ExecutionListItem({required String executionArn, required String name, required DateTime startDate, required String stateMachineArn, required ExecutionStatus status, DateTime? stopDate})
ExecutionListItem.fromJson(Map<String, dynamic> json)
factory

Properties

executionArn String
The Amazon Resource Name (ARN) that identifies the execution.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the execution.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime
The date the execution started.
final
stateMachineArn String
The Amazon Resource Name (ARN) of the executed state machine.
final
status ExecutionStatus
The current status of the execution.
final
stopDate DateTime?
If the execution already ended, the date the execution stopped.
final

Methods

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

Operators

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