Class: Aws::Types::DeploymentStyle
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_option ⇒ "WITH_TRAFFIC_CONTROL", "WITHOUT_TRAFFIC_CONTROL"
Returns the value of attribute deployment_option.
-
#deployment_type ⇒ "IN_PLACE", "BLUE_GREEN"
Returns the value of attribute deployment_type.
Instance Attribute Details
#deployment_option ⇒ "WITH_TRAFFIC_CONTROL", "WITHOUT_TRAFFIC_CONTROL"
Returns the value of attribute deployment_option.
442 443 444 |
# File 'sig/types.rbs', line 442 def deployment_option @deployment_option end |
#deployment_type ⇒ "IN_PLACE", "BLUE_GREEN"
Returns the value of attribute deployment_type.
441 442 443 |
# File 'sig/types.rbs', line 441 def deployment_type @deployment_type end |