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

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 DataSync task executions that's returned with the ListTaskExecutions operation.

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.

Returns:

  • (String)


4809
4810
4811
4812
4813
4814
4815
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4809

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

#task_execution_arnString

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

Returns:

  • (String)


4809
4810
4811
4812
4813
4814
4815
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4809

class TaskExecutionListEntry < Struct.new(
  :task_execution_arn,
  :status,
  :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)


4809
4810
4811
4812
4813
4814
4815
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4809

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