Lists all attempt of a job run.
See https://www.paws-r-sdk.com/docs/emrserverless_list_job_run_attempts/ for full documentation.
emrserverless_list_job_run_attempts(
applicationId,
jobRunId,
nextToken = NULL,
maxResults = NULL
)
[required] The ID of the application for which to list job runs.
[required] The ID of the job run to list.
The token for the next set of job run attempt results.
The maximum number of job run attempts to list.