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)


18234
18235
18236
18237
18238
18239
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18234

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

#parametersHash<String,String>

The parameters of the recipe action.

Returns:

  • (Hash<String,String>)


18234
18235
18236
18237
18238
18239
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18234

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