Class: Aws::ApplicationDiscoveryService::Types::ListServerNeighborsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#known_dependency_countInteger

Count of distinct servers that are one hop away from the given server.

Returns:

  • (Integer)


1460
1461
1462
1463
1464
1465
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1460

class ListServerNeighborsResponse < Struct.new(
  :neighbors,
  :next_token,
  :known_dependency_count)
  include Aws::Structure
end

#neighborsArray<Types::NeighborConnectionDetail>

List of distinct servers that are one hop away from the given server.



1460
1461
1462
1463
1464
1465
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1460

class ListServerNeighborsResponse < Struct.new(
  :neighbors,
  :next_token,
  :known_dependency_count)
  include Aws::Structure
end

#next_tokenString

Token to retrieve the next set of results. For example, if you specified 100 IDs for ‘ListServerNeighborsRequest$neighborConfigurationIds` but set `ListServerNeighborsRequest$maxResults` to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.

Returns:

  • (String)


1460
1461
1462
1463
1464
1465
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1460

class ListServerNeighborsResponse < Struct.new(
  :neighbors,
  :next_token,
  :known_dependency_count)
  include Aws::Structure
end