Class: Aws::Types::RollingUpdatePolicy
- Inherits:
-
Object
- Object
- Aws::Types::RollingUpdatePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_batch_size ⇒ Types::CapacitySize
Returns the value of attribute maximum_batch_size.
-
#maximum_execution_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_execution_timeout_in_seconds.
-
#rollback_maximum_batch_size ⇒ Types::CapacitySize
Returns the value of attribute rollback_maximum_batch_size.
-
#wait_interval_in_seconds ⇒ ::Integer
Returns the value of attribute wait_interval_in_seconds.
Instance Attribute Details
#maximum_batch_size ⇒ Types::CapacitySize
Returns the value of attribute maximum_batch_size.
10627 10628 10629 |
# File 'sig/types.rbs', line 10627 def maximum_batch_size @maximum_batch_size end |
#maximum_execution_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_execution_timeout_in_seconds.
10629 10630 10631 |
# File 'sig/types.rbs', line 10629 def maximum_execution_timeout_in_seconds @maximum_execution_timeout_in_seconds end |
#rollback_maximum_batch_size ⇒ Types::CapacitySize
Returns the value of attribute rollback_maximum_batch_size.
10630 10631 10632 |
# File 'sig/types.rbs', line 10630 def rollback_maximum_batch_size @rollback_maximum_batch_size end |
#wait_interval_in_seconds ⇒ ::Integer
Returns the value of attribute wait_interval_in_seconds.
10628 10629 10630 |
# File 'sig/types.rbs', line 10628 def wait_interval_in_seconds @wait_interval_in_seconds end |