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
- Struct
- Aws::GlueDataBrew::Types::Recipe
- Defined in:
- (unknown)
Overview
Represents one or more actions to be performed on an AWS Glue DataBrew dataset.
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date and time that the recipe was created.
-
#created_by ⇒ String
The identifier (the user name) of the user who created the recipe.
-
#description ⇒ String
The description of the recipe.
-
#last_modified_by ⇒ String
The identifier (user name) of the user who last modified the recipe.
-
#last_modified_date ⇒ Time
The last modification date and time of the recipe.
-
#name ⇒ String
The unique name for the recipe.
-
#project_name ⇒ String
The name of the project that the recipe is associated with.
-
#published_by ⇒ String
The identifier (the user name) of the user who published the recipe.
-
#published_date ⇒ Time
The date and time when the recipe was published.
-
#recipe_version ⇒ String
The identifier for the version for the recipe.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the recipe.
-
#steps ⇒ Array<Types::RecipeStep>
A list of steps that are defined by the recipe.
-
#tags ⇒ Hash<String,String>
Metadata tags that have been applied to the recipe.
Instance Attribute Details
#create_date ⇒ Time
The date and time that the recipe was created.
#created_by ⇒ String
The identifier (the user name) of the user who created the recipe.
#description ⇒ String
The description of the recipe.
#last_modified_by ⇒ String
The identifier (user name) of the user who last modified the recipe.
#last_modified_date ⇒ Time
The last modification date and time of the recipe.
#name ⇒ String
The unique name for the recipe.
#project_name ⇒ String
The name of the project that the recipe is associated with.
#published_by ⇒ String
The identifier (the user name) of the user who published the recipe.
#published_date ⇒ Time
The date and time when the recipe was published.
#recipe_version ⇒ String
The identifier for the version for the recipe.
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the recipe.
#steps ⇒ Array<Types::RecipeStep>
A list of steps that are defined by the recipe.
#tags ⇒ Hash<String,String>
Metadata tags that have been applied to the recipe.