Class: Aws::Types::DeleteRecipeVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRecipeVersionResponse
- 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.
294 295 296 |
# File 'sig/types.rbs', line 294 def name @name end |
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
295 296 297 |
# File 'sig/types.rbs', line 295 def recipe_version @recipe_version end |