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.
| 20959 20960 20961 20962 20963 20964 | # File 'lib/aws-sdk-glue/types.rb', line 20959 class RecipeStep < Struct.new( :action, :condition_expressions) SENSITIVE = [] include Aws::Structure end | 
#condition_expressions ⇒ Array<Types::ConditionExpression>
The condition expressions for the recipe step.
| 20959 20960 20961 20962 20963 20964 | # File 'lib/aws-sdk-glue/types.rb', line 20959 class RecipeStep < Struct.new( :action, :condition_expressions) SENSITIVE = [] include Aws::Structure end |