Class: Aws::GlueDataBrew::Types::RecipeReference

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

Overview

Represents the name and version of a DataBrew recipe.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the recipe.

Returns:

  • (String)


3150
3151
3152
3153
3154
3155
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3150

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

#recipe_versionString

The identifier for the version for the recipe.

Returns:

  • (String)


3150
3151
3152
3153
3154
3155
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3150

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