Class: Aws::Glue::Types::RecipeStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RecipeStep
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A recipe step used in a Glue Studio data preparation recipe node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::RecipeAction
The transformation action of the recipe step.
-
#condition_expressions ⇒ Array<Types::ConditionExpression>
The condition expressions for the recipe step.
Instance Attribute Details
#action ⇒ Types::RecipeAction
The transformation action of the recipe step.
20870 20871 20872 20873 20874 20875 |
# File 'lib/aws-sdk-glue/types.rb', line 20870 class RecipeStep < Struct.new( :action, :condition_expressions) SENSITIVE = [] include Aws::Structure end |
#condition_expressions ⇒ Array<Types::ConditionExpression>
The condition expressions for the recipe step.
20870 20871 20872 20873 20874 20875 |
# File 'lib/aws-sdk-glue/types.rb', line 20870 class RecipeStep < Struct.new( :action, :condition_expressions) SENSITIVE = [] include Aws::Structure end |