ListJobsRequest

Types

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

Properties

Link copied to clipboard

The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.

Link copied to clipboard

The maximum number of results to return in this request.

Link copied to clipboard

A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.

Link copied to clipboard

The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.

Functions

Link copied to clipboard
inline fun copy(block: ListJobsRequest.Builder.() -> Unit = {}): ListJobsRequest
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