Class: Aws::Glue::Types::RecipeAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RecipeAction
- 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
-
#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.
18588 18589 18590 18591 18592 18593 |
# File 'lib/aws-sdk-glue/types.rb', line 18588 class RecipeAction < Struct.new( :operation, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The parameters of the recipe action.
18588 18589 18590 18591 18592 18593 |
# File 'lib/aws-sdk-glue/types.rb', line 18588 class RecipeAction < Struct.new( :operation, :parameters) SENSITIVE = [] include Aws::Structure end |