Class: Aws::Types::UpdateJobPriorityResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:



2121
2122
2123
# File 'sig/types.rbs', line 2121

def job_id
  @job_id
end

#priority::Integer

Returns the value of attribute priority.

Returns:



2122
2123
2124
# File 'sig/types.rbs', line 2122

def priority
  @priority
end