Class: Aws::GlueDataBrew::Types::RecipeAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::RecipeAction
- 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
-
#operation ⇒ String
The name of a valid DataBrew transformation to be performed on the data.
-
#parameters ⇒ Hash<String,String>
Contextual parameters for the transformation.
Instance Attribute Details
#operation ⇒ String
The name of a valid DataBrew transformation to be performed on the data.
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 |
#parameters ⇒ Hash<String,String>
Contextual parameters for the transformation.
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 |