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)


22148
22149
22150
22151
22152
22153
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22148

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

#parametersHash<String,String>

The parameters of the recipe action.

Returns:

  • (Hash<String,String>)


22148
22149
22150
22151
22152
22153
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22148

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