Class: Aws::ServiceDiscovery::Types::DiscoverInstancesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::HttpInstanceSummary>

A complex type that contains one ‘HttpInstanceSummary` for each registered instance.

Returns:



513
514
515
516
517
518
# File 'lib/aws-sdk-servicediscovery/types.rb', line 513

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

#instances_revisionInteger

The increasing revision associated to the response Instances list. If a new instance is registered or deregistered, the ‘InstancesRevision` updates. The health status updates don’t update ‘InstancesRevision`.

Returns:

  • (Integer)


513
514
515
516
517
518
# File 'lib/aws-sdk-servicediscovery/types.rb', line 513

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