View source: R/s3control_operations.R
s3control_list_jobs | R Documentation |
Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last 90 days for the Amazon Web Services account making the request. For more information, see S3 Batch Operations in the Amazon S3 User Guide.
See https://www.paws-r-sdk.com/docs/s3control_list_jobs/ for full documentation.
s3control_list_jobs(
AccountId,
JobStatuses = NULL,
NextToken = NULL,
MaxResults = NULL
)
AccountId |
[required] The Amazon Web Services account ID associated with the S3 Batch Operations job. |
JobStatuses |
The |
NextToken |
A pagination token to request the next page of results. Use the token
that Amazon S3 returned in the |
MaxResults |
The maximum number of jobs that Amazon S3 will include in the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.