You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlueDataBrew::Types::Recipe

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents one or more actions to be performed on an AWS Glue DataBrew dataset.

Instance Attribute Summary collapse

Instance Attribute Details

#create_dateTime

The date and time that the recipe was created.

Returns:

  • (Time)

    The date and time that the recipe was created.

#created_byString

The identifier (the user name) of the user who created the recipe.

Returns:

  • (String)

    The identifier (the user name) of the user who created the recipe.

#descriptionString

The description of the recipe.

Returns:

  • (String)

    The description of the recipe.

#last_modified_byString

The identifier (user name) of the user who last modified the recipe.

Returns:

  • (String)

    The identifier (user name) of the user who last modified the recipe.

#last_modified_dateTime

The last modification date and time of the recipe.

Returns:

  • (Time)

    The last modification date and time of the recipe.

#nameString

The unique name for the recipe.

Returns:

  • (String)

    The unique name for the recipe.

#project_nameString

The name of the project that the recipe is associated with.

Returns:

  • (String)

    The name of the project that the recipe is associated with.

#published_byString

The identifier (the user name) of the user who published the recipe.

Returns:

  • (String)

    The identifier (the user name) of the user who published the recipe.

#published_dateTime

The date and time when the recipe was published.

Returns:

  • (Time)

    The date and time when the recipe was published.

#recipe_versionString

The identifier for the version for the recipe.

Returns:

  • (String)

    The identifier for the version for the recipe.

#resource_arnString

The Amazon Resource Name (ARN) for the recipe.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the recipe.

#stepsArray<Types::RecipeStep>

A list of steps that are defined by the recipe.

Returns:

#tagsHash<String,String>

Metadata tags that have been applied to the recipe.

Returns:

  • (Hash<String,String>)

    Metadata tags that have been applied to the recipe.