Class: Aws::Types::DeploymentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarms ⇒ Types::DeploymentAlarms
Returns the value of attribute alarms.
-
#bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute bake_time_in_minutes.
-
#canary_configuration ⇒ Types::CanaryConfiguration
Returns the value of attribute canary_configuration.
-
#deployment_circuit_breaker ⇒ Types::DeploymentCircuitBreaker
Returns the value of attribute deployment_circuit_breaker.
-
#lifecycle_hooks ⇒ ::Array[Types::DeploymentLifecycleHook]
Returns the value of attribute lifecycle_hooks.
-
#linear_configuration ⇒ Types::LinearConfiguration
Returns the value of attribute linear_configuration.
-
#maximum_percent ⇒ ::Integer
Returns the value of attribute maximum_percent.
-
#minimum_healthy_percent ⇒ ::Integer
Returns the value of attribute minimum_healthy_percent.
-
#strategy ⇒ "ROLLING", ...
Returns the value of attribute strategy.
Instance Attribute Details
#alarms ⇒ Types::DeploymentAlarms
Returns the value of attribute alarms.
886 887 888 |
# File 'sig/types.rbs', line 886 def alarms @alarms end |
#bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute bake_time_in_minutes.
888 889 890 |
# File 'sig/types.rbs', line 888 def bake_time_in_minutes @bake_time_in_minutes end |
#canary_configuration ⇒ Types::CanaryConfiguration
Returns the value of attribute canary_configuration.
891 892 893 |
# File 'sig/types.rbs', line 891 def canary_configuration @canary_configuration end |
#deployment_circuit_breaker ⇒ Types::DeploymentCircuitBreaker
Returns the value of attribute deployment_circuit_breaker.
883 884 885 |
# File 'sig/types.rbs', line 883 def deployment_circuit_breaker @deployment_circuit_breaker end |
#lifecycle_hooks ⇒ ::Array[Types::DeploymentLifecycleHook]
Returns the value of attribute lifecycle_hooks.
889 890 891 |
# File 'sig/types.rbs', line 889 def lifecycle_hooks @lifecycle_hooks end |
#linear_configuration ⇒ Types::LinearConfiguration
Returns the value of attribute linear_configuration.
890 891 892 |
# File 'sig/types.rbs', line 890 def linear_configuration @linear_configuration end |
#maximum_percent ⇒ ::Integer
Returns the value of attribute maximum_percent.
884 885 886 |
# File 'sig/types.rbs', line 884 def maximum_percent @maximum_percent end |
#minimum_healthy_percent ⇒ ::Integer
Returns the value of attribute minimum_healthy_percent.
885 886 887 |
# File 'sig/types.rbs', line 885 def minimum_healthy_percent @minimum_healthy_percent end |
#strategy ⇒ "ROLLING", ...
Returns the value of attribute strategy.
887 888 889 |
# File 'sig/types.rbs', line 887 def strategy @strategy end |