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)


5900
5901
5902
5903
5904
5905
5906
5907
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5900

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

#statusString

The status of the task.

Returns:

  • (String)


5900
5901
5902
5903
5904
5905
5906
5907
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5900

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

#task_arnString

The Amazon Resource Name (ARN) of the task.

Returns:

  • (String)


5900
5901
5902
5903
5904
5905
5906
5907
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5900

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

#task_modeString

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

Returns:

  • (String)


5900
5901
5902
5903
5904
5905
5906
5907
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5900

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