Class: Aws::GlueDataBrew::Types::DeleteRecipeVersionResponse

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

#nameString

The name of the recipe that was deleted.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1092

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

#recipe_versionString

The version of the recipe that was deleted.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1092

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