Class: Aws::Types::UpdateServiceJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def job_id @job_id end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def scheduling_priority @scheduling_priority end |