Class: Aws::Glue::Types::RecipeStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RecipeStep
- Defined in:
- gems/aws-sdk-glue/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.
20888 20889 20890 20891 20892 20893 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20888 class RecipeStep < Struct.new( :action, :condition_expressions) SENSITIVE = [] include Aws::Structure end |
#condition_expressions ⇒ Array<Types::ConditionExpression>
The condition expressions for the recipe step.
20888 20889 20890 20891 20892 20893 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20888 class RecipeStep < Struct.new( :action, :condition_expressions) SENSITIVE = [] include Aws::Structure end |