class Aws::GlueDataBrew::Types::RecipeReference

Represents the name and version of a DataBrew recipe.

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

data as a hash:

    {
      name: "RecipeName", # required
      recipe_version: "RecipeVersion",
    }

@!attribute [rw] name

The name of the recipe.
@return [String]

@!attribute [rw] recipe_version

The identifier for the version for the recipe.
@return [String]

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

Constants

SENSITIVE