Class: Aws::GlueDataBrew::Types::BatchDeleteRecipeVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::RecipeVersionErrorDetail>

Errors, if any, that occurred while attempting to delete the recipe versions.



73
74
75
76
77
78
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 73

class BatchDeleteRecipeVersionResponse < Struct.new(
  :name,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the recipe that was modified.

Returns:

  • (String)


73
74
75
76
77
78
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 73

class BatchDeleteRecipeVersionResponse < Struct.new(
  :name,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end