Class: Aws::DataSync::Types::ListTasksResponse

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

Overview

ListTasksResponse

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 tasks.

Returns:

  • (String)


3577
3578
3579
3580
3581
3582
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3577

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

#tasksArray<Types::TaskListEntry>

A list of all the tasks that are returned.

Returns:



3577
3578
3579
3580
3581
3582
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3577

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