/AWS1/CL_DBRRECIPEREFERENCE¶
Represents the name and version of a DataBrew recipe.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/DBRRECIPENAME /AWS1/DBRRECIPENAME¶
The name of the recipe.
Optional arguments:¶
iv_recipeversion TYPE /AWS1/DBRRECIPEVERSION /AWS1/DBRRECIPEVERSION¶
The identifier for the version for the recipe.
Queryable Attributes¶
Name¶
The name of the recipe.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
RecipeVersion¶
The identifier for the version for the recipe.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECIPEVERSION() |
Getter for RECIPEVERSION, with configurable default |
ASK_RECIPEVERSION() |
Getter for RECIPEVERSION w/ exceptions if field has no value |
HAS_RECIPEVERSION() |
Determine if RECIPEVERSION has a value |