class Aws::ServiceDiscovery::Types::DeregisterInstanceRequest

@note When making an API call, you may pass DeregisterInstanceRequest

data as a hash:

    {
      service_id: "ResourceId", # required
      instance_id: "ResourceId", # required
    }

@!attribute [rw] service_id

The ID of the service that the instance is associated with.
@return [String]

@!attribute [rw] instance_id

The value that you specified for `Id` in the [RegisterInstance][1]
request.

[1]: https://docs.aws.amazon.com/cloud-map/latest/api/API_RegisterInstance.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicediscovery-2017-03-14/DeregisterInstanceRequest AWS API Documentation

Constants

SENSITIVE