Class: Aws::Types::DisassociateHealthCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateHealthCheckRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_check_arn ⇒ ::String
Returns the value of attribute health_check_arn.
-
#protection_id ⇒ ::String
Returns the value of attribute protection_id.
Instance Attribute Details
#health_check_arn ⇒ ::String
Returns the value of attribute health_check_arn.
273 274 275 |
# File 'sig/types.rbs', line 273 def health_check_arn @health_check_arn end |
#protection_id ⇒ ::String
Returns the value of attribute protection_id.
272 273 274 |
# File 'sig/types.rbs', line 272 def protection_id @protection_id end |