ListTasksRequest

ListTasksRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The maximum number of tasks to return.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ListTasksRequest.Builder.() -> Unit = {}): ListTasksRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String