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.
18430 18431 18432 18433 18434 18435 |
# File 'lib/aws-sdk-glue/types.rb', line 18430 class RecipeAction < Struct.new( :operation, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The parameters of the recipe action.
18430 18431 18432 18433 18434 18435 |
# File 'lib/aws-sdk-glue/types.rb', line 18430 class RecipeAction < Struct.new( :operation, :parameters) SENSITIVE = [] include Aws::Structure end |