Class: Aws::GlueDataBrew::Types::UpdateRecipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::UpdateRecipeResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-gluedatabrew/types.rb', line 4067 class UpdateRecipeResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |