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