ListRecipesResponse
public struct ListRecipesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A token for getting the next set of recipes.
Declaration
Swift
public let nextToken: String? -
The list of available recipes.
Declaration
Swift
public let recipes: [RecipeSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, recipes: [RecipeSummary]? = nil)
View on GitHub
ListRecipesResponse Structure Reference