Class: Aws::Types::CreateHealthCheckResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateHealthCheckResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_check ⇒ Types::HealthCheck
Returns the value of attribute health_check.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#health_check ⇒ Types::HealthCheck
Returns the value of attribute health_check.
214 215 216 |
# File 'sig/types.rbs', line 214 def health_check @health_check end |
#location ⇒ ::String
Returns the value of attribute location.
215 216 217 |
# File 'sig/types.rbs', line 215 def location @location end |