Class: Aws::Glue::Types::RecipeAction

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

Overview

Actions defined in the Glue Studio data preparation recipe node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operationString

The operation of the recipe action.

Returns:

  • (String)


18595
18596
18597
18598
18599
18600
# File 'lib/aws-sdk-glue/types.rb', line 18595

class RecipeAction < Struct.new(
  :operation,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

The parameters of the recipe action.

Returns:

  • (Hash<String,String>)


18595
18596
18597
18598
18599
18600
# File 'lib/aws-sdk-glue/types.rb', line 18595

class RecipeAction < Struct.new(
  :operation,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end