Class: Aws::Types::CreateHealthCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHealthCheckRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
-
#health_check_config ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check_config.
Instance Attribute Details
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
208 209 210 |
# File 'sig/types.rbs', line 208 def caller_reference @caller_reference end |
#health_check_config ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check_config.
209 210 211 |
# File 'sig/types.rbs', line 209 def health_check_config @health_check_config end |