TaskListEntry

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The name of the task.

Link copied to clipboard

The status of the task.

Link copied to clipboard

The Amazon Resource Name (ARN) of the task.

Link copied to clipboard

The task mode that you're using. For more information, see Choosing a task mode for your data transfer.

Functions

Link copied to clipboard
inline fun copy(block: TaskListEntry.Builder.() -> Unit = {}): TaskListEntry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String