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

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 that was deleted.

Returns:

  • (String)


2056
2057
2058
2059
2060
2061
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2056

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)


2056
2057
2058
2059
2060
2061
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2056

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