Class: Aws::GlueDataBrew::Types::UpdateRecipeRequest

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.

Returns:

  • (String)


4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 4053

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

#nameString

The name of the recipe to be updated.

Returns:

  • (String)


4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 4053

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

#stepsArray<Types::RecipeStep>

One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed.

Returns:



4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 4053

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