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
show all
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 Attribute Details

#instance_idString

The ID of the instance that you want to change the health status for.

Returns:

  • (String)

    The ID of the instance that you want to change the health status for.

#service_idString

The ID of the service that includes the configuration for the custom health check that you want to change the status for.

Returns:

  • (String)

    The ID of the service that includes the configuration for the custom health check that you want to change the status for.

#statusString

The new status of the instance, HEALTHY or UNHEALTHY.

Possible values:

  • HEALTHY
  • UNHEALTHY

Returns:

  • (String)

    The new status of the instance, HEALTHY or UNHEALTHY.