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)


5287
5288
5289
5290
5291
5292
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5287

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

#task_execution_arnString

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

Returns:

  • (String)


5287
5288
5289
5290
5291
5292
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5287

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