Class: Aws::Glue::Types::Recipe
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::Recipe
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inputs ⇒ Array<String>
The nodes that are inputs to the recipe node, identified by id.
-
#name ⇒ String
The name of the Glue Studio node.
-
#recipe_reference ⇒ Types::RecipeReference
A reference to the DataBrew recipe used by the node.
-
#recipe_steps ⇒ Array<Types::RecipeStep>
Transform steps used in the recipe node.
Instance Attribute Details
#inputs ⇒ Array<String>
The nodes that are inputs to the recipe node, identified by id.
20870 20871 20872 20873 20874 20875 20876 20877 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20870 class Recipe < Struct.new( :name, :inputs, :recipe_reference, :recipe_steps) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Glue Studio node.
20870 20871 20872 20873 20874 20875 20876 20877 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20870 class Recipe < Struct.new( :name, :inputs, :recipe_reference, :recipe_steps) SENSITIVE = [] include Aws::Structure end |
#recipe_reference ⇒ Types::RecipeReference
A reference to the DataBrew recipe used by the node.
20870 20871 20872 20873 20874 20875 20876 20877 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20870 class Recipe < Struct.new( :name, :inputs, :recipe_reference, :recipe_steps) SENSITIVE = [] include Aws::Structure end |
#recipe_steps ⇒ Array<Types::RecipeStep>
Transform steps used in the recipe node.
20870 20871 20872 20873 20874 20875 20876 20877 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20870 class Recipe < Struct.new( :name, :inputs, :recipe_reference, :recipe_steps) SENSITIVE = [] include Aws::Structure end |