View source: R/emrserverless_operations.R
emrserverless_list_job_run_attempts | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.