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