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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

Represents a single entry in a list of DataSync task executions that’s returned with the [ListTaskExecutions] operation.

[1]: docs.aws.amazon.com/datasync/latest/userguide/API_ListTaskExecutions.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of a task execution. For more information, see [Task execution statuses].

[1]: docs.aws.amazon.com/datasync/latest/userguide/understand-task-statuses.html#understand-task-execution-statuses

Returns:

  • (String)


5295
5296
5297
5298
5299
5300
# File 'lib/aws-sdk-datasync/types.rb', line 5295

class TaskExecutionListEntry < Struct.new(
  :task_execution_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#task_execution_arnString

The Amazon Resource Name (ARN) of a task execution.

Returns:

  • (String)


5295
5296
5297
5298
5299
5300
# File 'lib/aws-sdk-datasync/types.rb', line 5295

class TaskExecutionListEntry < Struct.new(
  :task_execution_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end