Class: Aws::Types::DeleteImageRecipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteImageRecipeResponse
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#image_recipe_arn ⇒ ::String
Returns the value of attribute image_recipe_arn.
517 518 519 |
# File 'sig/types.rbs', line 517 def image_recipe_arn @image_recipe_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def request_id @request_id end |