Class: Aws::GlueDataBrew::Types::DeleteRecipeVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DeleteRecipeVersionResponse
- 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 deleted.
-
#recipe_version ⇒ String
The version of the recipe that was deleted.
Instance Attribute Details
#name ⇒ String
The name of the recipe that was deleted.
1092 1093 1094 1095 1096 1097 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1092 class DeleteRecipeVersionResponse < Struct.new( :name, :recipe_version) SENSITIVE = [] include Aws::Structure end |
#recipe_version ⇒ String
The version of the recipe that was deleted.
1092 1093 1094 1095 1096 1097 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1092 class DeleteRecipeVersionResponse < Struct.new( :name, :recipe_version) SENSITIVE = [] include Aws::Structure end |