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.
6172 6173 6174 |
# File 'sig/types.rbs', line 6172 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6171 6172 6173 |
# File 'sig/types.rbs', line 6171 def name @name end |
#recipe_reference ⇒ Types::RecipeReference
Returns the value of attribute recipe_reference.
6173 6174 6175 |
# File 'sig/types.rbs', line 6173 def recipe_reference @recipe_reference end |
#recipe_steps ⇒ ::Array[Types::RecipeStep]
Returns the value of attribute recipe_steps.
6174 6175 6176 |
# File 'sig/types.rbs', line 6174 def recipe_steps @recipe_steps end |