Class: Aws::GlueDataBrew::Types::PublishRecipeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::PublishRecipeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
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.
3007 3008 3009 3010 3011 3012 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3007 class PublishRecipeRequest < Struct.new( :description, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recipe to be published.
3007 3008 3009 3010 3011 3012 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3007 class PublishRecipeRequest < Struct.new( :description, :name) SENSITIVE = [] include Aws::Structure end |