getJobRuns

inline suspend fun GlueClient.getJobRuns(crossinline block: GetJobRunsRequest.Builder.() -> Unit): GetJobRunsResponse

Retrieves metadata for all runs of a given job definition.

GetJobRuns returns the job runs in chronological order, with the newest jobs returned first.