ListIpRoutesResult
public struct ListIpRoutesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of IpRoutes.
Declaration
Swift
public let ipRoutesInfo: [IpRouteInfo]?
-
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListIpRoutes to retrieve the next set of items.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(ipRoutesInfo: [IpRouteInfo]? = nil, nextToken: String? = nil)