GetDedicatedIpsRequest
public struct GetDedicatedIpsRequest : AWSShape
extension SESV2.GetDedicatedIpsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token returned from a previous call to GetDedicatedIps to indicate the position of the dedicated IP pool in the list of IP pools.
Declaration
Swift
public let nextToken: String?
-
The number of results to show in a single call to GetDedicatedIpsRequest. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.
Declaration
Swift
public let pageSize: Int?
-
The name of the IP pool that the dedicated IP address is associated with.
Declaration
Swift
public let poolName: String?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, pageSize: Int? = nil, poolName: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SESV2.GetDedicatedIpsRequest