You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DataSync::Types::ListTasksRequestWhen passing ListTasksRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
max_results: 1,
next_token: "NextToken",
filters: [
{
name: "LocationId", values: ["FilterAttributeValue"], operator: "Equals", },
],
}
ListTasksRequest
Instance Attribute Summary collapseYou can use API filters to narrow down the list of resources returned by ListTasks
.
The maximum number of tasks to return.
An opaque string that indicates the position at which to begin the next list of tasks.
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.
The maximum number of tasks to return.
#next_token ⇒ StringAn opaque string that indicates the position at which to begin the next list of tasks.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4