You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServiceDiscovery::Types::UpdateInstanceCustomHealthStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::UpdateInstanceCustomHealthStatusRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateInstanceCustomHealthStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
service_id: "ResourceId", # required
instance_id: "ResourceId", # required
status: "HEALTHY", # required, accepts HEALTHY, UNHEALTHY
}
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the instance that you want to change the health status for.
-
#service_id ⇒ String
The ID of the service that includes the configuration for the custom health check that you want to change the status for.
-
#status ⇒ String
The new status of the instance,
HEALTHY
orUNHEALTHY
.
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance that you want to change the health status for.
#service_id ⇒ String
The ID of the service that includes the configuration for the custom health check that you want to change the status for.
#status ⇒ String
The new status of the instance, HEALTHY
or UNHEALTHY
.
Possible values:
- HEALTHY
- UNHEALTHY