Class: Aws::DataSync::Types::TaskExecutionListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::TaskExecutionListEntry
- Defined in:
- gems/aws-sdk-datasync/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of a task execution.
-
#task_execution_arn ⇒ String
The Amazon Resource Name (ARN) of a task execution.
-
#task_mode ⇒ String
The task mode that you're using.
Instance Attribute Details
#status ⇒ String
The status of a task execution. For more information, see Task execution statuses.
5794 5795 5796 5797 5798 5799 5800 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5794 class TaskExecutionListEntry < Struct.new( :task_execution_arn, :status, :task_mode) SENSITIVE = [] include Aws::Structure end |
#task_execution_arn ⇒ String
The Amazon Resource Name (ARN) of a task execution.
5794 5795 5796 5797 5798 5799 5800 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5794 class TaskExecutionListEntry < Struct.new( :task_execution_arn, :status, :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.
5794 5795 5796 5797 5798 5799 5800 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5794 class TaskExecutionListEntry < Struct.new( :task_execution_arn, :status, :task_mode) SENSITIVE = [] include Aws::Structure end |