ListIpRoutesRequest
public struct ListIpRoutesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
Declaration
Swift
public let directoryId: String
-
Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
Declaration
Swift
public let limit: Int?
-
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(directoryId: String, limit: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws