class Aws::GlueDataBrew::Types::BatchDeleteRecipeVersionRequest

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

data as a hash:

    {
      name: "RecipeName", # required
      recipe_versions: ["RecipeVersion"], # required
    }

@!attribute [rw] name

The name of the recipe whose versions are to be deleted.
@return [String]

@!attribute [rw] recipe_versions

An array of version identifiers, for the recipe versions to be
deleted. You can specify numeric versions (`X.Y`) or
`LATEST_WORKING`. `LATEST_PUBLISHED` is not supported.
@return [Array<String>]

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

Constants

SENSITIVE