Learn R Programming

paws.compute (version 0.7.0)

emrserverless_list_job_run_attempts: Lists all attempt of a job run

Description

Lists all attempt of a job run.

See https://www.paws-r-sdk.com/docs/emrserverless_list_job_run_attempts/ for full documentation.

Usage

emrserverless_list_job_run_attempts(
  applicationId,
  jobRunId,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

applicationId

[required] The ID of the application for which to list job runs.

jobRunId

[required] The ID of the job run to list.

nextToken

The token for the next set of job run attempt results.

maxResults

The maximum number of job run attempts to list.