Class: Aws::Types::ServiceDeploymentCircuitBreaker
- Inherits:
-
Object
- Object
- Aws::Types::ServiceDeploymentCircuitBreaker
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_count ⇒ ::Integer
Returns the value of attribute failure_count.
-
#status ⇒ "TRIGGERED", ...
Returns the value of attribute status.
-
#threshold ⇒ ::Integer
Returns the value of attribute threshold.
Instance Attribute Details
#failure_count ⇒ ::Integer
Returns the value of attribute failure_count.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def failure_count @failure_count end |
#status ⇒ "TRIGGERED", ...
Returns the value of attribute status.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def status @status end |
#threshold ⇒ ::Integer
Returns the value of attribute threshold.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def threshold @threshold end |