Class: Aws::Types::DeleteRecipeVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRecipeVersionRequest
- 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.
288 289 290 |
# File 'sig/types.rbs', line 288 def name @name end |
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
289 290 291 |
# File 'sig/types.rbs', line 289 def recipe_version @recipe_version end |