ListServerNeighborsRequest
public struct ListServerNeighborsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Configuration ID of the server for which neighbors are being listed.
Declaration
Swift
public let configurationId: String
-
Maximum number of results to return in a single page of output.
Declaration
Swift
public let maxResults: Int?
-
List of configuration IDs to test for one-hop-away.
Declaration
Swift
public let neighborConfigurationIds: [String]?
-
Token to retrieve the next set of results. For example, if you previously specified 100 IDs for ListServerNeighborsRequest$neighborConfigurationIds but set ListServerNeighborsRequest$maxResults to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
Declaration
Swift
public let nextToken: String?
-
Flag to indicate if port and protocol information is needed as part of the response.
Declaration
Swift
public let portInformationNeeded: Bool?
-
Undocumented
Declaration
Swift
public init(configurationId: String, maxResults: Int? = nil, neighborConfigurationIds: [String]? = nil, nextToken: String? = nil, portInformationNeeded: Bool? = nil)