ListCampaignsRequest
public struct ListCampaignsRequest : AWSShape
extension Personalize.ListCampaignsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of campaigns to return.
Declaration
Swift
public let maxResults: Int?
-
A token returned from the previous call to ListCampaigns for getting the next set of campaigns (if they exist).
Declaration
Swift
public let nextToken: String?
-
The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not specified, all the campaigns associated with the account are listed.
Declaration
Swift
public let solutionArn: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, solutionArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Personalize.ListCampaignsRequest