Class: Aws::Types::Recipe
- Inherits:
-
Object
- Object
- Aws::Types::Recipe
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
-
#recipe_steps ⇒ ::Array[Types::RecipeStep]
Returns the value of attribute recipe_steps.
Instance Attribute Details
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6214 6215 6216 |
# File 'sig/types.rbs', line 6214 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6213 6214 6215 |
# File 'sig/types.rbs', line 6213 def name @name end |
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
6215 6216 6217 |
# File 'sig/types.rbs', line 6215 def recipe_reference @recipe_reference end |
#recipe_steps ⇒ ::Array[Types::RecipeStep]
Returns the value of attribute recipe_steps.
6216 6217 6218 |
# File 'sig/types.rbs', line 6216 def recipe_steps @recipe_steps end |