View source: R/drs_operations.R
drs_describe_job_log_items | R Documentation |
Retrieves a detailed Job log with pagination.
See https://www.paws-r-sdk.com/docs/drs_describe_job_log_items/ for full documentation.
drs_describe_job_log_items(jobID, maxResults = NULL, nextToken = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.