Class: Aws::S3Control::Types::UpdateJobPriorityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::UpdateJobPriorityResult
- Defined in:
- gems/aws-sdk-s3control/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.
8630 8631 8632 8633 8634 8635 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8630 class UpdateJobPriorityResult < Struct.new( :job_id, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The new priority assigned to the specified job.
8630 8631 8632 8633 8634 8635 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8630 class UpdateJobPriorityResult < Struct.new( :job_id, :priority) SENSITIVE = [] include Aws::Structure end |