Class: Aws::Types::DeleteContainerRecipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteContainerRecipeResponse
- 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.
484 485 486 |
# File 'sig/types.rbs', line 484 def container_recipe_arn @container_recipe_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
483 484 485 |
# File 'sig/types.rbs', line 483 def request_id @request_id end |