Class: Aws::GlueDataBrew::Types::CreateRecipeRequest

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 for the recipe.

Returns:

  • (String)


523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 523

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

#nameString

A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Returns:

  • (String)


523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 523

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

#stepsArray<Types::RecipeStep>

An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions.

Returns:



523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 523

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

#tagsHash<String,String>

Metadata tags to apply to this recipe.

Returns:

  • (Hash<String,String>)


523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 523

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