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)


2046
2047
2048
2049
2050
2051
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2046

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)


2046
2047
2048
2049
2050
2051
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2046

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