class Aws::Personalize::Types::ListRecipesRequest

@note When making an API call, you may pass ListRecipesRequest

data as a hash:

    {
      recipe_provider: "SERVICE", # accepts SERVICE
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] recipe_provider

The default is `SERVICE`.
@return [String]

@!attribute [rw] next_token

A token returned from the previous call to `ListRecipes` for getting
the next set of recipes (if they exist).
@return [String]

@!attribute [rw] max_results

The maximum number of recipes to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/ListRecipesRequest AWS API Documentation

Constants

SENSITIVE