Class: Aws::DataSync::Types::ListTasksRequest

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

Overview

ListTasksRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::TaskFilter>

You can use API filters to narrow down the list of resources returned by ListTasks. For example, to retrieve all tasks on a specific source location, you can use ListTasks with filter name LocationId and Operator Equals with the ARN for the location.

Returns:



3581
3582
3583
3584
3585
3586
3587
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3581

class ListTasksRequest < Struct.new(
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of tasks to return.

Returns:

  • (Integer)


3581
3582
3583
3584
3585
3586
3587
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3581

class ListTasksRequest < Struct.new(
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3581
3582
3583
3584
3585
3586
3587
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3581

class ListTasksRequest < Struct.new(
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end