Class: Aws::DataSync::Types::TaskListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::TaskListEntry
- 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
-
#name ⇒ String
The name of the task.
-
#status ⇒ String
The status of the task.
-
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task.
-
#task_mode ⇒ String
The task mode that you're using.
Instance Attribute Details
#name ⇒ String
The name of the task.
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 |
#status ⇒ String
The status of the task.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the task.
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_mode ⇒ String
The task mode that you're using. For more information, see Choosing a task mode for your data transfer.
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 |