Class: Aws::Types::DaemonCircuitBreaker
- Inherits:
-
Object
- Object
- Aws::Types::DaemonCircuitBreaker
- 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.
523 524 525 |
# File 'sig/types.rbs', line 523 def failure_count @failure_count end |
#status ⇒ "TRIGGERED", ...
Returns the value of attribute status.
524 525 526 |
# File 'sig/types.rbs', line 524 def status @status end |
#threshold ⇒ ::Integer
Returns the value of attribute threshold.
525 526 527 |
# File 'sig/types.rbs', line 525 def threshold @threshold end |