drs_describe_job_log_items {paws.developer.tools} | R Documentation |
Retrieves a detailed Job log with pagination
Description
Retrieves a detailed Job log with pagination.
See https://www.paws-r-sdk.com/docs/drs_describe_job_log_items/ for full documentation.
Usage
drs_describe_job_log_items(jobID, maxResults = NULL, nextToken = NULL)
Arguments
jobID |
[required] The ID of the Job for which Job log items will be retrieved. |
maxResults |
Maximum number of Job log items to retrieve. |
nextToken |
The token of the next Job log items to retrieve. |
[Package paws.developer.tools version 0.9.0 Index]