Class: Aws::Types::PutContainerRecipePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutContainerRecipePolicyResponse
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_recipe_arn.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def container_recipe_arn @container_recipe_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def request_id @request_id end |