Class: Aws::Types::PutContainerRecipePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutContainerRecipePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_recipe_arn.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_recipe_arn.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def container_recipe_arn @container_recipe_arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def policy @policy end |