Class: Aws::GlueDataBrew::Types::BatchDeleteRecipeVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::BatchDeleteRecipeVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::RecipeVersionErrorDetail>
Errors, if any, that occurred while attempting to delete the recipe versions.
-
#name ⇒ String
The name of the recipe that was modified.
Instance Attribute Details
#errors ⇒ Array<Types::RecipeVersionErrorDetail>
Errors, if any, that occurred while attempting to delete the recipe versions.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 73 class BatchDeleteRecipeVersionResponse < Struct.new( :name, :errors) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recipe that was modified.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 73 class BatchDeleteRecipeVersionResponse < Struct.new( :name, :errors) SENSITIVE = [] include Aws::Structure end |