Class: Aws::Types::BlueGreenDeploymentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BlueGreenDeploymentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_ready_option ⇒ Types::DeploymentReadyOption
Returns the value of attribute deployment_ready_option.
-
#green_fleet_provisioning_option ⇒ Types::GreenFleetProvisioningOption
Returns the value of attribute green_fleet_provisioning_option.
-
#terminate_blue_instances_on_deployment_success ⇒ Types::BlueInstanceTerminationOption
Returns the value of attribute terminate_blue_instances_on_deployment_success.
Instance Attribute Details
#deployment_ready_option ⇒ Types::DeploymentReadyOption
Returns the value of attribute deployment_ready_option.
159 160 161 |
# File 'sig/types.rbs', line 159 def deployment_ready_option @deployment_ready_option end |
#green_fleet_provisioning_option ⇒ Types::GreenFleetProvisioningOption
Returns the value of attribute green_fleet_provisioning_option.
160 161 162 |
# File 'sig/types.rbs', line 160 def green_fleet_provisioning_option @green_fleet_provisioning_option end |
#terminate_blue_instances_on_deployment_success ⇒ Types::BlueInstanceTerminationOption
Returns the value of attribute terminate_blue_instances_on_deployment_success.
158 159 160 |
# File 'sig/types.rbs', line 158 def terminate_blue_instances_on_deployment_success @terminate_blue_instances_on_deployment_success end |