Class: Aws::GlueDataBrew::Types::RecipeReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::RecipeReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Represents the name and version of a DataBrew recipe.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the recipe.
-
#recipe_version ⇒ String
The identifier for the version for the recipe.
Instance Attribute Details
#name ⇒ String
The name of the recipe.
3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3150 class RecipeReference < Struct.new( :name, :recipe_version) SENSITIVE = [] include Aws::Structure end |
#recipe_version ⇒ String
The identifier for the version for the recipe.
3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3150 class RecipeReference < Struct.new( :name, :recipe_version) SENSITIVE = [] include Aws::Structure end |