Class: Aws::Types::UpdatePolicy
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_execution_timeout_minutes ⇒ ::Integer
Returns the value of attribute job_execution_timeout_minutes.
-
#terminate_jobs_on_update ⇒ Boolean
Returns the value of attribute terminate_jobs_on_update.
Instance Attribute Details
#job_execution_timeout_minutes ⇒ ::Integer
Returns the value of attribute job_execution_timeout_minutes.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def job_execution_timeout_minutes @job_execution_timeout_minutes end |
#terminate_jobs_on_update ⇒ Boolean
Returns the value of attribute terminate_jobs_on_update.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def terminate_jobs_on_update @terminate_jobs_on_update end |