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)


20850
20851
20852
20853
20854
20855
# File 'lib/aws-sdk-glue/types.rb', line 20850

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

#parametersHash<String,String>

The parameters of the recipe action.

Returns:

  • (Hash<String,String>)


20850
20851
20852
20853
20854
20855
# File 'lib/aws-sdk-glue/types.rb', line 20850

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