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.
6191 6192 6193 |
# File 'sig/types.rbs', line 6191 def action @action end |
#condition_expressions ⇒ ::Array[Types::ConditionExpression]
Returns the value of attribute condition_expressions.
6192 6193 6194 |
# File 'sig/types.rbs', line 6192 def condition_expressions @condition_expressions end |