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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::InstanceSummary>

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

Returns:



1642
1643
1644
1645
1646
1647
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1642

class ListInstancesResponse < Struct.new(
  :instances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1642
1643
1644
1645
1646
1647
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1642

class ListInstancesResponse < Struct.new(
  :instances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end