Class: Aws::Types::AwsElbLoadBalancerHealthCheck
- Inherits:
-
Object
- Object
- Aws::Types::AwsElbLoadBalancerHealthCheck
- 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.
2747 2748 2749 |
# File 'sig/types.rbs', line 2747 def healthy_threshold @healthy_threshold end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 def interval @interval end |
#target ⇒ ::String
Returns the value of attribute target.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def target @target end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def timeout @timeout end |
#unhealthy_threshold ⇒ ::Integer
Returns the value of attribute unhealthy_threshold.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def unhealthy_threshold @unhealthy_threshold end |