Class: Aws::Types::UpdateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_update ⇒ Types::JobUpdate
Returns the value of attribute job_update.
Instance Attribute Details
#job_name ⇒ ::String
Returns the value of attribute job_name.
8129 8130 8131 |
# File 'sig/types.rbs', line 8129 def job_name @job_name end |
#job_update ⇒ Types::JobUpdate
Returns the value of attribute job_update.
8130 8131 8132 |
# File 'sig/types.rbs', line 8130 def job_update @job_update end |