Values.RecipeSummarySourceProvides a summary of the properties of a recipe. For a complete listing, call the DescribeRecipe API.
type nonrec t = {name : Name.t option;The name of the recipe.
*)recipeArn : Arn.t option;The Amazon Resource Name (ARN) of the recipe.
*)status : Status.t option;The status of the recipe.
*)creationDateTime : Date.t option;The date and time (in Unix time) that the recipe was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the recipe was last updated.
*)domain : Domain.t option;The domain of the recipe (if the recipe is a Domain dataset group use case).
*)}