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)


875
876
877
# File 'sig/types.rbs', line 875

def enable
  @enable
end

#reset_on_healthy_taskBoolean

Returns the value of attribute reset_on_healthy_task.

Returns:

  • (Boolean)


877
878
879
# File 'sig/types.rbs', line 877

def reset_on_healthy_task
  @reset_on_healthy_task
end

#rollbackBoolean

Returns the value of attribute rollback.

Returns:

  • (Boolean)


876
877
878
# File 'sig/types.rbs', line 876

def rollback
  @rollback
end

#threshold_configurationTypes::ThresholdConfiguration

Returns the value of attribute threshold_configuration.



878
879
880
# File 'sig/types.rbs', line 878

def threshold_configuration
  @threshold_configuration
end