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.
5457 5458 5459 5460 5461 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 5457 class UpdateRecipeResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |