Class: Aws::Types::UpdateJobPriorityResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobPriorityResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def job_id @job_id end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def priority @priority end |