TaskListEntry class

Represents a single entry in a list of tasks. TaskListEntry returns an array that contains a list of tasks when the ListTasks operation is called. A task includes the source and destination file systems to sync and the options to use for the tasks.

Constructors

TaskListEntry({String? name, TaskStatus? status, String? taskArn})
TaskListEntry.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the task.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TaskStatus?
The status of the task.
final
taskArn String?
The Amazon Resource Name (ARN) of the task.
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