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

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

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the task.

Returns:

  • (String)


5425
5426
5427
5428
5429
5430
5431
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5425

class TaskListEntry < Struct.new(
  :task_arn,
  :status,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the task.

Returns:

  • (String)


5425
5426
5427
5428
5429
5430
5431
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5425

class TaskListEntry < Struct.new(
  :task_arn,
  :status,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

The Amazon Resource Name (ARN) of the task.

Returns:

  • (String)


5425
5426
5427
5428
5429
5430
5431
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5425

class TaskListEntry < Struct.new(
  :task_arn,
  :status,
  :name)
  SENSITIVE = []
  include Aws::Structure
end