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.
6185 6186 6187 |
# File 'sig/types.rbs', line 6185 def recipe_arn @recipe_arn end |
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
6186 6187 6188 |
# File 'sig/types.rbs', line 6186 def recipe_version @recipe_version end |