Class: Aws::S3Control::Types::UpdateJobPriorityRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID associated with the S3 Batch Operations job.

Returns:

  • (String)


8169
8170
8171
8172
8173
8174
8175
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8169

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

#job_idString

The ID for the job whose priority you want to update.

Returns:

  • (String)


8169
8170
8171
8172
8173
8174
8175
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8169

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

#priorityInteger

The priority you want to assign to this job.

Returns:

  • (Integer)


8169
8170
8171
8172
8173
8174
8175
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8169

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