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.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def job_id @job_id end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def scheduling_priority @scheduling_priority end |