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

Class: Aws::ServiceDiscovery::Types::ListInstancesResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::InstanceSummary>

Summary information about the instances that are associated with the specified service.

Returns:

  • (Array<Types::InstanceSummary>)

    Summary information about the instances that are associated with the specified service.

#next_tokenString

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)

    If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results.