ListServerNeighborsResponse
public struct ListServerNeighborsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Count of distinct servers that are one hop away from the given server.
Declaration
Swift
public let knownDependencyCount: Int64?
-
List of distinct servers that are one hop away from the given server.
Declaration
Swift
public let neighbors: [NeighborConnectionDetail]
-
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.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(knownDependencyCount: Int64? = nil, neighbors: [NeighborConnectionDetail], nextToken: String? = nil)