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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gluedatabrew/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operationString

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

Returns:

  • (String)


3131
3132
3133
3134
3135
3136
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3131

class RecipeAction < Struct.new(
  :operation,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

Contextual parameters for the transformation.

Returns:

  • (Hash<String,String>)


3131
3132
3133
3134
3135
3136
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3131

class RecipeAction < Struct.new(
  :operation,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end