Class: Aws::S3Control::Types::UpdateJobPriorityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::UpdateJobPriorityResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID for the job whose priority Amazon S3 updated.
-
#priority ⇒ Integer
The new priority assigned to the specified job.
Instance Attribute Details
#job_id ⇒ String
The ID for the job whose priority Amazon S3 updated.
8364 8365 8366 8367 8368 8369 |
# File 'lib/aws-sdk-s3control/types.rb', line 8364 class UpdateJobPriorityResult < Struct.new( :job_id, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The new priority assigned to the specified job.
8364 8365 8366 8367 8368 8369 |
# File 'lib/aws-sdk-s3control/types.rb', line 8364 class UpdateJobPriorityResult < Struct.new( :job_id, :priority) SENSITIVE = [] include Aws::Structure end |