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.
6204 6205 6206 |
# File 'sig/types.rbs', line 6204 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6203 6204 6205 |
# File 'sig/types.rbs', line 6203 def name @name end |
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
6205 6206 6207 |
# File 'sig/types.rbs', line 6205 def recipe_reference @recipe_reference end |
#recipe_steps ⇒ ::Array[Types::RecipeStep]
Returns the value of attribute recipe_steps.
6206 6207 6208 |
# File 'sig/types.rbs', line 6206 def recipe_steps @recipe_steps end |