class Aws::ServiceDiscovery::Types::ListInstancesRequest

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

data as a hash:

    {
      service_id: "ResourceId", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] service_id

The ID of the service that you want to list instances for.
@return [String]

@!attribute [rw] next_token

For the first `ListInstances` request, omit this value.

If more than `MaxResults` instances match the specified criteria,
you can submit another `ListInstances` request to get the next group
of results. Specify the value of `NextToken` from the previous
response in the next request.
@return [String]

@!attribute [rw] max_results

The maximum number of instances that you want Cloud Map to return in
the response to a `ListInstances` request. If you don't specify a
value for `MaxResults`, Cloud Map returns up to 100 instances.
@return [Integer]

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

Constants

SENSITIVE