Class: Aws::Types::HealthCheck
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheck
- 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.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#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.
313 314 315 |
# File 'sig/types.rbs', line 313 def healthy_threshold @healthy_threshold end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
310 311 312 |
# File 'sig/types.rbs', line 310 def interval @interval end |
#target ⇒ ::String
Returns the value of attribute target.
309 310 311 |
# File 'sig/types.rbs', line 309 def target @target end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
311 312 313 |
# File 'sig/types.rbs', line 311 def timeout @timeout end |
#unhealthy_threshold ⇒ ::Integer
Returns the value of attribute unhealthy_threshold.
312 313 314 |
# File 'sig/types.rbs', line 312 def unhealthy_threshold @unhealthy_threshold end |