Class: Aws::Types::UpdatePolicy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_execution_timeout_minutes::Integer

Returns the value of attribute job_execution_timeout_minutes.

Returns:

  • (::Integer)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def job_execution_timeout_minutes
  @job_execution_timeout_minutes
end

#terminate_jobs_on_updateBoolean

Returns the value of attribute terminate_jobs_on_update.

Returns:

  • (Boolean)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def terminate_jobs_on_update
  @terminate_jobs_on_update
end