ListIPSetsResponse
public struct ListIPSetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IDs of the IPSet resources.
Declaration
Swift
public let ipSetIds: [String]
-
The pagination parameter to be used on the next list operation to retrieve more items.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(ipSetIds: [String], nextToken: String? = nil)