Class: Aws::Glue::Types::RecipeReference

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

A reference to a Glue DataBrew recipe.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recipe_arnString

The ARN of the DataBrew recipe.

Returns:

  • (String)


17197
17198
17199
17200
17201
17202
# File 'lib/aws-sdk-glue/types.rb', line 17197

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

#recipe_versionString

The RecipeVersion of the DataBrew recipe.

Returns:

  • (String)


17197
17198
17199
17200
17201
17202
# File 'lib/aws-sdk-glue/types.rb', line 17197

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