gluedatabrew_batch_delete_recipe_version {paws.analytics} | R Documentation |
Deletes one or more versions of a recipe at a time
Description
Deletes one or more versions of a recipe at a time.
See https://www.paws-r-sdk.com/docs/gluedatabrew_batch_delete_recipe_version/ for full documentation.
Usage
gluedatabrew_batch_delete_recipe_version(Name, RecipeVersions)
Arguments
Name |
[required] The name of the recipe whose versions are to be deleted. |
RecipeVersions |
[required] An array of version identifiers, for the recipe versions to be deleted.
You can specify numeric versions ( |
[Package paws.analytics version 0.9.0 Index]