Class: Aws::S3Control::Types::UpdateJobPriorityResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID for the job whose priority Amazon S3 updated.

Returns:

  • (String)


8363
8364
8365
8366
8367
8368
# File 'lib/aws-sdk-s3control/types.rb', line 8363

class UpdateJobPriorityResult < Struct.new(
  :job_id,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The new priority assigned to the specified job.

Returns:

  • (Integer)


8363
8364
8365
8366
8367
8368
# File 'lib/aws-sdk-s3control/types.rb', line 8363

class UpdateJobPriorityResult < Struct.new(
  :job_id,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end