Class: Aws::Types::UpdateJobExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_state ⇒ Types::JobExecutionState
Returns the value of attribute execution_state.
-
#job_document ⇒ ::String
Returns the value of attribute job_document.
Instance Attribute Details
#execution_state ⇒ Types::JobExecutionState
Returns the value of attribute execution_state.
170 171 172 |
# File 'sig/types.rbs', line 170 def execution_state @execution_state end |
#job_document ⇒ ::String
Returns the value of attribute job_document.
171 172 173 |
# File 'sig/types.rbs', line 171 def job_document @job_document end |