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.
10621 10622 10623 |
# File 'sig/types.rbs', line 10621 def maximum_batch_size @maximum_batch_size end |
#rollback_maximum_batch_size ⇒ Types::CapacitySizeConfig
Returns the value of attribute rollback_maximum_batch_size.
10622 10623 10624 |
# File 'sig/types.rbs', line 10622 def rollback_maximum_batch_size @rollback_maximum_batch_size end |