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.
8097 8098 8099 |
# File 'sig/types.rbs', line 8097 def job_name @job_name end |
#job_update ⇒ Types::JobUpdate
Returns the value of attribute job_update.
8098 8099 8100 |
# File 'sig/types.rbs', line 8098 def job_update @job_update end |