class Aws::GlueDataBrew::Types::DescribeRecipeResponse

@!attribute [rw] created_by

The identifier (user name) of the user who created the recipe.
@return [String]

@!attribute [rw] create_date

The date and time that the recipe was created.
@return [Time]

@!attribute [rw] last_modified_by

The identifier (user name) of the user who last modified the recipe.
@return [String]

@!attribute [rw] last_modified_date

The date and time that the recipe was last modified.
@return [Time]

@!attribute [rw] project_name

The name of the project associated with this recipe.
@return [String]

@!attribute [rw] published_by

The identifier (user name) of the user who last published the
recipe.
@return [String]

@!attribute [rw] published_date

The date and time when the recipe was last published.
@return [Time]

@!attribute [rw] description

The description of the recipe.
@return [String]

@!attribute [rw] name

The name of the recipe.
@return [String]

@!attribute [rw] steps

One or more steps to be performed by the recipe. Each step consists
of an action, and the conditions under which the action should
succeed.
@return [Array<Types::RecipeStep>]

@!attribute [rw] tags

Metadata tags associated with this project.
@return [Hash<String,String>]

@!attribute [rw] resource_arn

The ARN of the recipe.
@return [String]

@!attribute [rw] recipe_version

The recipe version identifier.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/DescribeRecipeResponse AWS API Documentation

Constants

SENSITIVE