Class: Aws::Types::HealthCheckConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheckConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#healthy_threshold ⇒ ::Integer
Returns the value of attribute healthy_threshold.
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#protocol ⇒ "TCP", "HTTP"
Returns the value of attribute protocol.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#unhealthy_threshold ⇒ ::Integer
Returns the value of attribute unhealthy_threshold.
Instance Attribute Details
#healthy_threshold ⇒ ::Integer
Returns the value of attribute healthy_threshold.
358 359 360 |
# File 'sig/types.rbs', line 358 def healthy_threshold @healthy_threshold end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
356 357 358 |
# File 'sig/types.rbs', line 356 def interval @interval end |
#path ⇒ ::String
Returns the value of attribute path.
355 356 357 |
# File 'sig/types.rbs', line 355 def path @path end |
#protocol ⇒ "TCP", "HTTP"
Returns the value of attribute protocol.
354 355 356 |
# File 'sig/types.rbs', line 354 def protocol @protocol end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
357 358 359 |
# File 'sig/types.rbs', line 357 def timeout @timeout end |
#unhealthy_threshold ⇒ ::Integer
Returns the value of attribute unhealthy_threshold.
359 360 361 |
# File 'sig/types.rbs', line 359 def unhealthy_threshold @unhealthy_threshold end |