Class: Aws::GlueDataBrew::Types::PublishRecipeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the recipe to be published, for this version of the recipe.

Returns:

  • (String)


3007
3008
3009
3010
3011
3012
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3007

class PublishRecipeRequest < Struct.new(
  :description,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the recipe to be published.

Returns:

  • (String)


3007
3008
3009
3010
3011
3012
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3007

class PublishRecipeRequest < Struct.new(
  :description,
  :name)
  SENSITIVE = []
  include Aws::Structure
end