Class: Aws::Imagebuilder::Types::DeleteImageRecipeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_recipe_arnString

The Amazon Resource Name (ARN) of the image recipe that was deleted.

Returns:

  • (String)


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_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


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