class Aws::ServiceDiscovery::Types::UpdateInstanceCustomHealthStatusRequest
@note When making an API call, you may pass UpdateInstanceCustomHealthStatusRequest
data as a hash: { service_id: "ResourceId", # required instance_id: "ResourceId", # required status: "HEALTHY", # required, accepts HEALTHY, UNHEALTHY }
@!attribute [rw] service_id
The ID of the service that includes the configuration for the custom health check that you want to change the status for. @return [String]
@!attribute [rw] instance_id
The ID of the instance that you want to change the health status for. @return [String]
@!attribute [rw] status
The new status of the instance, `HEALTHY` or `UNHEALTHY`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/servicediscovery-2017-03-14/UpdateInstanceCustomHealthStatusRequest AWS API Documentation
Constants
- SENSITIVE