Class: Aws::Types::DeploymentConfig
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_rollback_configuration ⇒ Types::AutoRollbackConfig
Returns the value of attribute auto_rollback_configuration.
-
#blue_green_update_policy ⇒ Types::BlueGreenUpdatePolicy
Returns the value of attribute blue_green_update_policy.
-
#rolling_update_policy ⇒ Types::RollingUpdatePolicy
Returns the value of attribute rolling_update_policy.
Instance Attribute Details
#auto_rollback_configuration ⇒ Types::AutoRollbackConfig
Returns the value of attribute auto_rollback_configuration.
3651 3652 3653 |
# File 'sig/types.rbs', line 3651 def auto_rollback_configuration @auto_rollback_configuration end |
#blue_green_update_policy ⇒ Types::BlueGreenUpdatePolicy
Returns the value of attribute blue_green_update_policy.
3649 3650 3651 |
# File 'sig/types.rbs', line 3649 def blue_green_update_policy @blue_green_update_policy end |
#rolling_update_policy ⇒ Types::RollingUpdatePolicy
Returns the value of attribute rolling_update_policy.
3650 3651 3652 |
# File 'sig/types.rbs', line 3650 def rolling_update_policy @rolling_update_policy end |