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.
6254 6255 6256 |
# File 'sig/types.rbs', line 6254 def recipe_arn @recipe_arn end |
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
6255 6256 6257 |
# File 'sig/types.rbs', line 6255 def recipe_version @recipe_version end |