Class: Aws::Types::OutlierDetection
- Inherits:
-
Object
- Object
- Aws::Types::OutlierDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_ejection_duration ⇒ Types::Duration
Returns the value of attribute base_ejection_duration.
-
#interval ⇒ Types::Duration
Returns the value of attribute interval.
-
#max_ejection_percent ⇒ ::Integer
Returns the value of attribute max_ejection_percent.
-
#max_server_errors ⇒ ::Integer
Returns the value of attribute max_server_errors.
Instance Attribute Details
#base_ejection_duration ⇒ Types::Duration
Returns the value of attribute base_ejection_duration.
993 994 995 |
# File 'sig/types.rbs', line 993 def base_ejection_duration @base_ejection_duration end |
#interval ⇒ Types::Duration
Returns the value of attribute interval.
994 995 996 |
# File 'sig/types.rbs', line 994 def interval @interval end |
#max_ejection_percent ⇒ ::Integer
Returns the value of attribute max_ejection_percent.
995 996 997 |
# File 'sig/types.rbs', line 995 def max_ejection_percent @max_ejection_percent end |
#max_server_errors ⇒ ::Integer
Returns the value of attribute max_server_errors.
996 997 998 |
# File 'sig/types.rbs', line 996 def max_server_errors @max_server_errors end |