Class: Aws::GlueDataBrew::Types::DeleteRecipeVersionRequest

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.

Returns:

  • (String)


1075
1076
1077
1078
1079
1080
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1075

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

#recipe_versionString

The version of the recipe to be deleted. You can specify a numeric versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.

Returns:

  • (String)


1075
1076
1077
1078
1079
1080
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1075

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