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

Class: Aws::DataSync::Types::TaskExecutionListEntry

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

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of a task execution.

Possible values:

  • QUEUED
  • LAUNCHING
  • PREPARING
  • TRANSFERRING
  • VERIFYING
  • SUCCESS
  • ERROR

Returns:

  • (String)

    The status of a task execution.

#task_execution_arnString

The Amazon Resource Name (ARN) of the task that was executed.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the task that was executed.