ListRecipesRequest
public struct ListRecipesRequest : AWSShape
extension Personalize.ListRecipesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of recipes to return.
Declaration
Swift
public let maxResults: Int? -
A token returned from the previous call to ListRecipes for getting the next set of recipes (if they exist).
Declaration
Swift
public let nextToken: String? -
The default is SERVICE.
Declaration
Swift
public let recipeProvider: RecipeProvider? -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, recipeProvider: RecipeProvider? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Personalize.ListRecipesRequest
View on GitHub
ListRecipesRequest Structure Reference