Class: Aws::Types::PutImageRecipePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutImageRecipePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_recipe_arn ⇒ ::String
Returns the value of attribute image_recipe_arn.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#image_recipe_arn ⇒ ::String
Returns the value of attribute image_recipe_arn.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def image_recipe_arn @image_recipe_arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def policy @policy end |