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.
5447 5448 5449 5450 5451 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 5447 class UpdateRecipeResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |