Class: Aws::GlueDataBrew::Types::UpdateRecipeResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GlueDataBrew::Types::UpdateRecipeResponse
 
 
- Defined in:
 - gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the recipe that was updated.
 
Instance Attribute Details
#name ⇒ String
The name of the recipe that was updated.
      4067 4068 4069 4070 4071  | 
    
      # File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 4067 class UpdateRecipeResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |