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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


23063
23064
23065
23066
23067
23068
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23063

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

#parametersHash<String,String>

The parameters of the recipe action.

Returns:

  • (Hash<String,String>)


23063
23064
23065
23066
23067
23068
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23063

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