class Aws::S3Control::Types::UpdateJobStatusRequest
@note When making an API call, you may pass UpdateJobStatusRequest
data as a hash: { account_id: "AccountId", # required job_id: "JobId", # required requested_job_status: "Cancelled", # required, accepts Cancelled, Ready status_update_reason: "JobStatusUpdateReason", }
@!attribute [rw] account_id
The Amazon Web Services account ID associated with the S3 Batch Operations job. @return [String]
@!attribute [rw] job_id
The ID of the job whose status you want to update. @return [String]
@!attribute [rw] requested_job_status
The status that you want to move the specified job to. @return [String]
@!attribute [rw] status_update_reason
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/UpdateJobStatusRequest AWS API Documentation
Constants
- SENSITIVE