Class: Aws::Types::RecipeStep
- Inherits:
-
Object
- Object
- Aws::Types::RecipeStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::RecipeAction
Returns the value of attribute action.
-
#condition_expressions ⇒ ::Array[Types::ConditionExpression]
Returns the value of attribute condition_expressions.
Instance Attribute Details
#action ⇒ Types::RecipeAction
Returns the value of attribute action.
6260 6261 6262 |
# File 'sig/types.rbs', line 6260 def action @action end |
#condition_expressions ⇒ ::Array[Types::ConditionExpression]
Returns the value of attribute condition_expressions.
6261 6262 6263 |
# File 'sig/types.rbs', line 6261 def condition_expressions @condition_expressions end |