class Aws::GlueDataBrew::Types::ListJobsRequest

@note When making an API call, you may pass ListJobsRequest

data as a hash:

    {
      dataset_name: "DatasetName",
      max_results: 1,
      next_token: "NextToken",
      project_name: "ProjectName",
    }

@!attribute [rw] dataset_name

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

@!attribute [rw] max_results

The maximum number of results to return in this request.
@return [Integer]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] project_name

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

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/ListJobsRequest AWS API Documentation

Constants

SENSITIVE