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.
-
#early_success_criteria ⇒ Types::DeploymentEarlySuccessCriteria
Returns the value of attribute early_success_criteria.
-
#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.
893 894 895 |
# File 'sig/types.rbs', line 893 def alarms @alarms end |
#bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute bake_time_in_minutes.
895 896 897 |
# File 'sig/types.rbs', line 895 def bake_time_in_minutes @bake_time_in_minutes end |
#canary_configuration ⇒ Types::CanaryConfiguration
Returns the value of attribute canary_configuration.
898 899 900 |
# File 'sig/types.rbs', line 898 def canary_configuration @canary_configuration end |
#deployment_circuit_breaker ⇒ Types::DeploymentCircuitBreaker
Returns the value of attribute deployment_circuit_breaker.
890 891 892 |
# File 'sig/types.rbs', line 890 def deployment_circuit_breaker @deployment_circuit_breaker end |
#early_success_criteria ⇒ Types::DeploymentEarlySuccessCriteria
Returns the value of attribute early_success_criteria.
899 900 901 |
# File 'sig/types.rbs', line 899 def early_success_criteria @early_success_criteria end |
#lifecycle_hooks ⇒ ::Array[Types::DeploymentLifecycleHook]
Returns the value of attribute lifecycle_hooks.
896 897 898 |
# File 'sig/types.rbs', line 896 def lifecycle_hooks @lifecycle_hooks end |
#linear_configuration ⇒ Types::LinearConfiguration
Returns the value of attribute linear_configuration.
897 898 899 |
# File 'sig/types.rbs', line 897 def linear_configuration @linear_configuration end |
#maximum_percent ⇒ ::Integer
Returns the value of attribute maximum_percent.
891 892 893 |
# File 'sig/types.rbs', line 891 def maximum_percent @maximum_percent end |
#minimum_healthy_percent ⇒ ::Integer
Returns the value of attribute minimum_healthy_percent.
892 893 894 |
# File 'sig/types.rbs', line 892 def minimum_healthy_percent @minimum_healthy_percent end |
#strategy ⇒ "ROLLING", ...
Returns the value of attribute strategy.
894 895 896 |
# File 'sig/types.rbs', line 894 def strategy @strategy end |