ListDedicatedIpPoolsResponse
public struct ListDedicatedIpPoolsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
Declaration
Swift
public let dedicatedIpPools: [String]?
-
A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another request to ListDedicatedIpPools, passing this token in the NextToken parameter.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(dedicatedIpPools: [String]? = nil, nextToken: String? = nil)