Class: Aws::Glue::Types::RecipeReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RecipeReference
- 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
-
#recipe_arn ⇒ String
The ARN of the DataBrew recipe.
-
#recipe_version ⇒ String
The RecipeVersion of the DataBrew recipe.
Instance Attribute Details
#recipe_arn ⇒ String
The ARN of the DataBrew recipe.
18607 18608 18609 18610 18611 18612 |
# File 'lib/aws-sdk-glue/types.rb', line 18607 class RecipeReference < Struct.new( :recipe_arn, :recipe_version) SENSITIVE = [] include Aws::Structure end |
#recipe_version ⇒ String
The RecipeVersion of the DataBrew recipe.
18607 18608 18609 18610 18611 18612 |
# File 'lib/aws-sdk-glue/types.rb', line 18607 class RecipeReference < Struct.new( :recipe_arn, :recipe_version) SENSITIVE = [] include Aws::Structure end |