class Aws::GlueDataBrew::Types::ListRecipesRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      recipe_version: "RecipeVersion",
    }

@!attribute [rw] max_results

The maximum number of results to return in this request.
@return [Integer]

@!attribute [rw] next_token

The token returned by a previous call to retrieve the next set of
results.
@return [String]

@!attribute [rw] recipe_version

Return only those recipes with a version identifier of
`LATEST_WORKING` or `LATEST_PUBLISHED`. If `RecipeVersion` is
omitted, `ListRecipes` returns all of the `LATEST_PUBLISHED` recipe
versions.

Valid values: `LATEST_WORKING` \| `LATEST_PUBLISHED`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/ListRecipesRequest AWS API Documentation

Constants

SENSITIVE