Class: Aws::DataSync::Types::ListTaskExecutionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

ListTaskExecutionsResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An opaque string that indicates the position at which to begin returning the next list of executed tasks.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
# File 'lib/aws-sdk-datasync/types.rb', line 3419

class ListTaskExecutionsResponse < Struct.new(
  :task_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#task_executionsArray<Types::TaskExecutionListEntry>

A list of executed tasks.

Returns:



3419
3420
3421
3422
3423
3424
# File 'lib/aws-sdk-datasync/types.rb', line 3419

class ListTaskExecutionsResponse < Struct.new(
  :task_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end