Learn R Programming

paws.storage (version 0.1.3)

s3control_update_job_priority: Updates an existing job's priority

Description

Updates an existing job's priority.

Usage

s3control_update_job_priority(AccountId, JobId, Priority)

Arguments

AccountId

[required]

JobId

[required] The ID for the job whose priority you want to update.

Priority

[required] The priority you want to assign to this job.

Request syntax

svc$update_job_priority(
  AccountId = "string",
  JobId = "string",
  Priority = 123
)