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