Class: Aws::Glue::Types::RecipeReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RecipeReference
- Defined in:
- gems/aws-sdk-glue/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.
20910 20911 20912 20913 20914 20915 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20910 class RecipeReference < Struct.new( :recipe_arn, :recipe_version) SENSITIVE = [] include Aws::Structure end |
#recipe_version ⇒ String
The RecipeVersion of the DataBrew recipe.
20910 20911 20912 20913 20914 20915 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20910 class RecipeReference < Struct.new( :recipe_arn, :recipe_version) SENSITIVE = [] include Aws::Structure end |