Class: Aws::Imagebuilder::Types::DeleteImageRecipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteImageRecipeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe that was deleted.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe that was deleted.
2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2146 class DeleteImageRecipeResponse < Struct.new( :request_id, :image_recipe_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2146 class DeleteImageRecipeResponse < Struct.new( :request_id, :image_recipe_arn) SENSITIVE = [] include Aws::Structure end |