Class: Aws::Types::DeploymentCircuitBreaker

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enableBoolean

Returns the value of attribute enable.

Returns:

  • (Boolean)


882
883
884
# File 'sig/types.rbs', line 882

def enable
  @enable
end

#reset_on_healthy_taskBoolean

Returns the value of attribute reset_on_healthy_task.

Returns:

  • (Boolean)


884
885
886
# File 'sig/types.rbs', line 884

def reset_on_healthy_task
  @reset_on_healthy_task
end

#rollbackBoolean

Returns the value of attribute rollback.

Returns:

  • (Boolean)


883
884
885
# File 'sig/types.rbs', line 883

def rollback
  @rollback
end

#threshold_configurationTypes::ThresholdConfiguration

Returns the value of attribute threshold_configuration.



885
886
887
# File 'sig/types.rbs', line 885

def threshold_configuration
  @threshold_configuration
end