Class: Aws::Types::VirtualGatewayHealthCheckPolicy
- Inherits:
-
Object
- Object
- Aws::Types::VirtualGatewayHealthCheckPolicy
- 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.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def healthy_threshold @healthy_threshold end |
#interval_millis ⇒ ::Integer
Returns the value of attribute interval_millis.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def interval_millis @interval_millis end |
#path ⇒ ::String
Returns the value of attribute path.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def path @path end |
#port ⇒ ::Integer
Returns the value of attribute port.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def port @port end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def protocol @protocol end |
#timeout_millis ⇒ ::Integer
Returns the value of attribute timeout_millis.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def timeout_millis @timeout_millis end |
#unhealthy_threshold ⇒ ::Integer
Returns the value of attribute unhealthy_threshold.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def unhealthy_threshold @unhealthy_threshold end |