class Aws::GlueDataBrew::Types::UpdateRecipeRequest

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

data as a hash:

    {
      description: "RecipeDescription",
      name: "RecipeName", # required
      steps: [
        {
          action: { # required
            operation: "Operation", # required
            parameters: {
              "ParameterName" => "ParameterValue",
            },
          },
          condition_expressions: [
            {
              condition: "Condition", # required
              value: "ConditionValue",
              target_column: "TargetColumn", # required
            },
          ],
        },
      ],
    }

@!attribute [rw] description

A description of the recipe.
@return [String]

@!attribute [rw] name

The name of the recipe to be updated.
@return [String]

@!attribute [rw] steps

One or more steps to be performed by the recipe. Each step consists
of an action, and the conditions under which the action should
succeed.
@return [Array<Types::RecipeStep>]

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

Constants

SENSITIVE