You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataSync::Types::TaskListEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the task.

Returns:

  • (String)

    The name of the task.

#statusString

The status of the task.

Possible values:

  • AVAILABLE
  • CREATING
  • QUEUED
  • RUNNING
  • UNAVAILABLE

Returns:

  • (String)

    The status of the task.

#task_arnString

The Amazon Resource Name (ARN) of the task.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the task.