Class: Aws::Types::DeploymentConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_rollback_configurationTypes::AutoRollbackConfig

Returns the value of attribute auto_rollback_configuration.



3651
3652
3653
# File 'sig/types.rbs', line 3651

def auto_rollback_configuration
  @auto_rollback_configuration
end

#blue_green_update_policyTypes::BlueGreenUpdatePolicy

Returns the value of attribute blue_green_update_policy.



3649
3650
3651
# File 'sig/types.rbs', line 3649

def blue_green_update_policy
  @blue_green_update_policy
end

#rolling_update_policyTypes::RollingUpdatePolicy

Returns the value of attribute rolling_update_policy.



3650
3651
3652
# File 'sig/types.rbs', line 3650

def rolling_update_policy
  @rolling_update_policy
end