Class: Aws::S3Control::Types::UpdateJobStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::UpdateJobStatusRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID associated with the S3 Batch Operations job.
-
#job_id ⇒ String
The ID of the job whose status you want to update.
-
#requested_job_status ⇒ String
The status that you want to move the specified job to.
-
#status_update_reason ⇒ String
A description of the reason why you want to change the specified job's status.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID associated with the S3 Batch Operations job.
8456 8457 8458 8459 8460 8461 8462 8463 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8456 class UpdateJobStatusRequest < Struct.new( :account_id, :job_id, :requested_job_status, :status_update_reason) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID of the job whose status you want to update.
8456 8457 8458 8459 8460 8461 8462 8463 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8456 class UpdateJobStatusRequest < Struct.new( :account_id, :job_id, :requested_job_status, :status_update_reason) SENSITIVE = [] include Aws::Structure end |
#requested_job_status ⇒ String
The status that you want to move the specified job to.
8456 8457 8458 8459 8460 8461 8462 8463 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8456 class UpdateJobStatusRequest < Struct.new( :account_id, :job_id, :requested_job_status, :status_update_reason) SENSITIVE = [] include Aws::Structure end |
#status_update_reason ⇒ String
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.
8456 8457 8458 8459 8460 8461 8462 8463 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8456 class UpdateJobStatusRequest < Struct.new( :account_id, :job_id, :requested_job_status, :status_update_reason) SENSITIVE = [] include Aws::Structure end |