Class: Aws::Glue::Types::RecipeAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RecipeAction
- 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
-
#operation ⇒ String
The operation of the recipe action.
-
#parameters ⇒ Hash<String,String>
The parameters of the recipe action.
Instance Attribute Details
#operation ⇒ String
The operation of the recipe action.
20797 20798 20799 20800 20801 20802 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20797 class RecipeAction < Struct.new( :operation, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The parameters of the recipe action.
20797 20798 20799 20800 20801 20802 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20797 class RecipeAction < Struct.new( :operation, :parameters) SENSITIVE = [] include Aws::Structure end |