You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceDiscovery::Types::ListInstancesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListInstancesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)

    The maximum number of instances that you want AWS Cloud Map to return in the response to a ListInstances request.

#next_tokenString

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.

Returns:

  • (String)

    For the first ListInstances request, omit this value.

#service_idString

The ID of the service that you want to list instances for.

Returns:

  • (String)

    The ID of the service that you want to list instances for.