Class: Aws::GlueDataBrew::Types::RecipeAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::RecipeAction
- Defined in:
- gems/aws-sdk-gluedatabrew/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.
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 'gems/aws-sdk-gluedatabrew/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 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3131 class RecipeAction < Struct.new( :operation, :parameters) SENSITIVE = [] include Aws::Structure end |