Class: Aws::Imagebuilder::Types::DeleteImageRecipeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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 to delete.

Returns:

  • (String)


2120
2121
2122
2123
2124
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2120

class DeleteImageRecipeRequest < Struct.new(
  :image_recipe_arn)
  SENSITIVE = []
  include Aws::Structure
end