Class: Aws::Glue::Types::RecipeStep

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

A recipe step used in a Glue Studio data preparation recipe node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::RecipeAction

The transformation action of the recipe step.

Returns:



18272
18273
18274
18275
18276
18277
# File 'lib/aws-sdk-glue/types.rb', line 18272

class RecipeStep < Struct.new(
  :action,
  :condition_expressions)
  SENSITIVE = []
  include Aws::Structure
end

#condition_expressionsArray<Types::ConditionExpression>

The condition expressions for the recipe step.

Returns:



18272
18273
18274
18275
18276
18277
# File 'lib/aws-sdk-glue/types.rb', line 18272

class RecipeStep < Struct.new(
  :action,
  :condition_expressions)
  SENSITIVE = []
  include Aws::Structure
end