Class: Aws::Types::RecipeAction
- Inherits:
-
Object
- Object
- Aws::Types::RecipeAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
Instance Attribute Details
#operation ⇒ ::String
Returns the value of attribute operation.
6179 6180 6181 |
# File 'sig/types.rbs', line 6179 def operation @operation end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
6180 6181 6182 |
# File 'sig/types.rbs', line 6180 def parameters @parameters end |