You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlueDataBrew::Types::RecipeAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RecipeAction as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents a transformation and associated parameters that are used to apply a change to an AWS Glue DataBrew dataset. For more information, see Recipe structure and ecipe actions reference .

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#operationString

The name of a valid DataBrew transformation to be performed on the data.

Returns:

  • (String)

    The name of a valid DataBrew transformation to be performed on the data.

#parametersHash<String,String>

Contextual parameters for the transformation.

Returns:

  • (Hash<String,String>)

    Contextual parameters for the transformation.