Class: Aws::Imagebuilder::Types::DeleteContainerRecipeResponse

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

#container_recipe_arnString

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

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1746

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

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1746

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