Class: Aws::Types::DeploymentConfigInfo
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentConfigInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_platform ⇒ "Server", ...
Returns the value of attribute compute_platform.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#deployment_config_id ⇒ ::String
Returns the value of attribute deployment_config_id.
-
#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.
324 325 326 |
# File 'sig/types.rbs', line 324 def compute_platform @compute_platform end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
323 324 325 |
# File 'sig/types.rbs', line 323 def create_time @create_time end |
#deployment_config_id ⇒ ::String
Returns the value of attribute deployment_config_id.
320 321 322 |
# File 'sig/types.rbs', line 320 def deployment_config_id @deployment_config_id end |
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
321 322 323 |
# File 'sig/types.rbs', line 321 def deployment_config_name @deployment_config_name end |
#minimum_healthy_hosts ⇒ Types::MinimumHealthyHosts
Returns the value of attribute minimum_healthy_hosts.
322 323 324 |
# File 'sig/types.rbs', line 322 def minimum_healthy_hosts @minimum_healthy_hosts end |
#traffic_routing_config ⇒ Types::TrafficRoutingConfig
Returns the value of attribute traffic_routing_config.
325 326 327 |
# File 'sig/types.rbs', line 325 def traffic_routing_config @traffic_routing_config end |
#zonal_config ⇒ Types::ZonalConfig
Returns the value of attribute zonal_config.
326 327 328 |
# File 'sig/types.rbs', line 326 def zonal_config @zonal_config end |