Class: Aws::Types::SwitchoverBlueGreenDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::SwitchoverBlueGreenDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blue_green_deployment_identifier ⇒ ::String
Returns the value of attribute blue_green_deployment_identifier.
-
#switchover_timeout ⇒ ::Integer
Returns the value of attribute switchover_timeout.
Instance Attribute Details
#blue_green_deployment_identifier ⇒ ::String
Returns the value of attribute blue_green_deployment_identifier.
4401 4402 4403 |
# File 'sig/types.rbs', line 4401 def blue_green_deployment_identifier @blue_green_deployment_identifier end |
#switchover_timeout ⇒ ::Integer
Returns the value of attribute switchover_timeout.
4402 4403 4404 |
# File 'sig/types.rbs', line 4402 def switchover_timeout @switchover_timeout end |