Class: Aws::Types::CreateDeploymentConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_platform ⇒ "Server", ...
Returns the value of attribute compute_platform.
-
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
-
#minimum_healthy_hosts ⇒ Types::MinimumHealthyHosts
Returns the value of attribute minimum_healthy_hosts.
-
#traffic_routing_config ⇒ Types::TrafficRoutingConfig
Returns the value of attribute traffic_routing_config.
-
#zonal_config ⇒ Types::ZonalConfig
Returns the value of attribute zonal_config.
Instance Attribute Details
#compute_platform ⇒ "Server", ...
Returns the value of attribute compute_platform.
206 207 208 |
# File 'sig/types.rbs', line 206 def compute_platform @compute_platform end |
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
203 204 205 |
# File 'sig/types.rbs', line 203 def deployment_config_name @deployment_config_name end |
#minimum_healthy_hosts ⇒ Types::MinimumHealthyHosts
Returns the value of attribute minimum_healthy_hosts.
204 205 206 |
# File 'sig/types.rbs', line 204 def minimum_healthy_hosts @minimum_healthy_hosts end |
#traffic_routing_config ⇒ Types::TrafficRoutingConfig
Returns the value of attribute traffic_routing_config.
205 206 207 |
# File 'sig/types.rbs', line 205 def traffic_routing_config @traffic_routing_config end |
#zonal_config ⇒ Types::ZonalConfig
Returns the value of attribute zonal_config.
207 208 209 |
# File 'sig/types.rbs', line 207 def zonal_config @zonal_config end |