Class: Aws::GlueDataBrew::Types::DeleteRecipeVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DeleteRecipeVersionResponse
- 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 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.
1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1637 class DeleteRecipeVersionResponse < Struct.new( :name, :recipe_version) SENSITIVE = [] include Aws::Structure end |
#recipe_version ⇒ String
The version of the recipe that was deleted.
1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1637 class DeleteRecipeVersionResponse < Struct.new( :name, :recipe_version) SENSITIVE = [] include Aws::Structure end |