Class: Aws::Types::ConfigureHealthCheckInput
- Inherits:
-
Object
- Object
- Aws::Types::ConfigureHealthCheckInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_check ⇒ Types::HealthCheck
Returns the value of attribute health_check.
-
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
Instance Attribute Details
#health_check ⇒ Types::HealthCheck
Returns the value of attribute health_check.
87 88 89 |
# File 'sig/types.rbs', line 87 def health_check @health_check end |
#load_balancer_name ⇒ ::String
Returns the value of attribute load_balancer_name.
86 87 88 |
# File 'sig/types.rbs', line 86 def load_balancer_name @load_balancer_name end |