emrserverless_list_job_run_attempts: Lists all attempt of a job run

View source: R/emrserverless_operations.R

emrserverless_list_job_run_attemptsR Documentation

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.


paws.compute documentation built on Sept. 12, 2024, 6:12 a.m.