Class: Aws::Types::DeploymentPolicies

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • ("ROLLBACK", "DO_NOTHING")


255
256
257
# File 'sig/types.rbs', line 255

def failure_handling_policy
  @failure_handling_policy
end