Description Usage Arguments Value Request syntax
View source: R/s3control_operations.R
Returns the tags on an S3 Batch Operations job. To use this operation,
you must have permission to perform the s3:GetJobTagging
action. For
more information, see Controlling access and labeling jobs using tags
in the Amazon Simple Storage Service Developer Guide.
Related actions include:
create_job
put_job_tagging
delete_job_tagging
1 | s3control_get_job_tagging(AccountId, JobId)
|
AccountId |
[required] The AWS account ID associated with the S3 Batch Operations job. |
JobId |
[required] The ID for the S3 Batch Operations job whose tags you want to retrieve. |
A list with the following syntax:
1 2 3 4 5 6 7 8 |
1 2 3 4 | svc$get_job_tagging(
AccountId = "string",
JobId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.