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 task executions. TaskExecutionListEntry returns an array that contains a list of specific invocations of a task when the ListTaskExecutions operation is called.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of a task execution.

Returns:

  • (String)


5068
5069
5070
5071
5072
5073
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5068

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

#task_execution_arnString

The Amazon Resource Name (ARN) of the task that was executed.

Returns:

  • (String)


5068
5069
5070
5071
5072
5073
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5068

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