Class: Aws::S3Control::Types::UpdateJobPriorityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::UpdateJobPriorityRequest
- Includes:
- Aws::Structure
- Defined in:
- 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 for the job whose priority you want to update.
-
#priority ⇒ Integer
The priority you want to assign to this job.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID associated with the S3 Batch Operations job.
8346 8347 8348 8349 8350 8351 8352 |
# File 'lib/aws-sdk-s3control/types.rb', line 8346 class UpdateJobPriorityRequest < Struct.new( :account_id, :job_id, :priority) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID for the job whose priority you want to update.
8346 8347 8348 8349 8350 8351 8352 |
# File 'lib/aws-sdk-s3control/types.rb', line 8346 class UpdateJobPriorityRequest < Struct.new( :account_id, :job_id, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority you want to assign to this job.
8346 8347 8348 8349 8350 8351 8352 |
# File 'lib/aws-sdk-s3control/types.rb', line 8346 class UpdateJobPriorityRequest < Struct.new( :account_id, :job_id, :priority) SENSITIVE = [] include Aws::Structure end |