ListIPSetsResponse
public struct ListIPSetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of IPSetSummary objects.
Declaration
Swift
public let iPSets: [IPSetSummary]?
-
To list more IPSet objects, submit another ListIPSets request, and in the next request use the NextMarker response value as the NextMarker value.
Declaration
Swift
public let nextMarker: String?
-
Undocumented
Declaration
Swift
public init(iPSets: [IPSetSummary]? = nil, nextMarker: String? = nil)