Class: Aws::Types::HealthCheckPolicy
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheckPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#healthy_threshold ⇒ ::Integer
Returns the value of attribute healthy_threshold.
-
#interval_millis ⇒ ::Integer
Returns the value of attribute interval_millis.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
-
#timeout_millis ⇒ ::Integer
Returns the value of attribute timeout_millis.
-
#unhealthy_threshold ⇒ ::Integer
Returns the value of attribute unhealthy_threshold.
Instance Attribute Details
#healthy_threshold ⇒ ::Integer
Returns the value of attribute healthy_threshold.
595 596 597 |
# File 'sig/types.rbs', line 595 def healthy_threshold @healthy_threshold end |
#interval_millis ⇒ ::Integer
Returns the value of attribute interval_millis.
596 597 598 |
# File 'sig/types.rbs', line 596 def interval_millis @interval_millis end |
#path ⇒ ::String
Returns the value of attribute path.
597 598 599 |
# File 'sig/types.rbs', line 597 def path @path end |
#port ⇒ ::Integer
Returns the value of attribute port.
598 599 600 |
# File 'sig/types.rbs', line 598 def port @port end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
599 600 601 |
# File 'sig/types.rbs', line 599 def protocol @protocol end |
#timeout_millis ⇒ ::Integer
Returns the value of attribute timeout_millis.
600 601 602 |
# File 'sig/types.rbs', line 600 def timeout_millis @timeout_millis end |
#unhealthy_threshold ⇒ ::Integer
Returns the value of attribute unhealthy_threshold.
601 602 603 |
# File 'sig/types.rbs', line 601 def unhealthy_threshold @unhealthy_threshold end |