TaskExecutionListEntry class
Represents a single entry in a list of task executions.
TaskExecutionListEntry
returns an array that contains a list of
specific invocations of a task when ListTaskExecutions operation is
called.
Constructors
- TaskExecutionListEntry({TaskExecutionStatus? status, String? taskExecutionArn})
-
TaskExecutionListEntry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → TaskExecutionStatus?
-
The status of a task execution.
final
- taskExecutionArn → String?
-
The Amazon Resource Name (ARN) of the task that was executed.
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