Class: Aws::Types::UpdateInstanceCustomHealthStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInstanceCustomHealthStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
654 655 656 |
# File 'sig/types.rbs', line 654 def instance_id @instance_id end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
653 654 655 |
# File 'sig/types.rbs', line 653 def service_id @service_id end |
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
655 656 657 |
# File 'sig/types.rbs', line 655 def status @status end |