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.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def job_id @job_id end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def scheduling_priority @scheduling_priority end |