Class: Aws::Types::RecipeReference
- Inherits:
-
Object
- Object
- Aws::Types::RecipeReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
794 795 796 |
# File 'sig/types.rbs', line 794 def name @name end |
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
795 796 797 |
# File 'sig/types.rbs', line 795 def recipe_version @recipe_version end |