class Aws::GlueDataBrew::Types::ListJobRunsRequest

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

data as a hash:

    {
      name: "JobName", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] name

The name of the job.
@return [String]

@!attribute [rw] max_results

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

@!attribute [rw] next_token

The token returned by a previous call to retrieve the next set of
results.
@return [String]

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

Constants

SENSITIVE