Class: Aws::GlueDataBrew::Types::PublishRecipeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::PublishRecipeRequest
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Note:
When making an API call, you may pass PublishRecipeRequest data as a hash:
{
description: "RecipeDescription",
name: "RecipeName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the recipe to be published, for this version of the recipe.
-
#name ⇒ String
The name of the recipe to be published.
Instance Attribute Details
#description ⇒ String
A description of the recipe to be published, for this version of the recipe.
3934 3935 3936 3937 3938 3939 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3934 class PublishRecipeRequest < Struct.new( :description, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recipe to be published.
3934 3935 3936 3937 3938 3939 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3934 class PublishRecipeRequest < Struct.new( :description, :name) SENSITIVE = [] include Aws::Structure end |