Class: Aws::Imagebuilder::Types::DeleteContainerRecipeRequest

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

#container_recipe_arnString

The Amazon Resource Name (ARN) of the container recipe to delete.

Returns:

  • (String)


2029
2030
2031
2032
2033
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2029

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