Class: Aws::Glue::Types::RecipeReference
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::RecipeReference
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A reference to a Glue DataBrew recipe.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #recipe_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the DataBrew recipe. 
- 
  
    
      #recipe_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The RecipeVersion of the DataBrew recipe. 
Instance Attribute Details
#recipe_arn ⇒ String
The ARN of the DataBrew recipe.
| 20940 20941 20942 20943 20944 20945 | # File 'lib/aws-sdk-glue/types.rb', line 20940 class RecipeReference < Struct.new( :recipe_arn, :recipe_version) SENSITIVE = [] include Aws::Structure end | 
#recipe_version ⇒ String
The RecipeVersion of the DataBrew recipe.
| 20940 20941 20942 20943 20944 20945 | # File 'lib/aws-sdk-glue/types.rb', line 20940 class RecipeReference < Struct.new( :recipe_arn, :recipe_version) SENSITIVE = [] include Aws::Structure end |