Class: Aws::Types::DeploymentPolicies
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentPolicies
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_update_policy ⇒ Types::DeploymentComponentUpdatePolicy
Returns the value of attribute component_update_policy.
-
#configuration_validation_policy ⇒ Types::DeploymentConfigurationValidationPolicy
Returns the value of attribute configuration_validation_policy.
-
#failure_handling_policy ⇒ "ROLLBACK", "DO_NOTHING"
Returns the value of attribute failure_handling_policy.
Instance Attribute Details
#component_update_policy ⇒ Types::DeploymentComponentUpdatePolicy
Returns the value of attribute component_update_policy.
256 257 258 |
# File 'sig/types.rbs', line 256 def component_update_policy @component_update_policy end |
#configuration_validation_policy ⇒ Types::DeploymentConfigurationValidationPolicy
Returns the value of attribute configuration_validation_policy.
257 258 259 |
# File 'sig/types.rbs', line 257 def configuration_validation_policy @configuration_validation_policy end |
#failure_handling_policy ⇒ "ROLLBACK", "DO_NOTHING"
Returns the value of attribute failure_handling_policy.
255 256 257 |
# File 'sig/types.rbs', line 255 def failure_handling_policy @failure_handling_policy end |