class Aws::GlueDataBrew::Types::RecipeAction

Represents a transformation and associated parameters that are used to apply a change to a DataBrew dataset. For more information, see [Recipe actions reference].

[1]: docs.aws.amazon.com/databrew/latest/dg/recipe-actions-reference.html

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

data as a hash:

    {
      operation: "Operation", # required
      parameters: {
        "ParameterName" => "ParameterValue",
      },
    }

@!attribute [rw] operation

The name of a valid DataBrew transformation to be performed on the
data.
@return [String]

@!attribute [rw] parameters

Contextual parameters for the transformation.
@return [Hash<String,String>]

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

Constants

SENSITIVE