Class: Aws::Imagebuilder::Types::GetContainerRecipeResponse

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_recipeTypes::ContainerRecipe

The container recipe object that is returned.



2999
3000
3001
3002
3003
3004
3005
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2999

class GetContainerRecipeResponse < Struct.new(
  :request_id,
  :container_recipe,
  :latest_version_references)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_referencesTypes::LatestVersionReferences

The resource ARNs with different wildcard variations of semantic versioning.



2999
3000
3001
3002
3003
3004
3005
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2999

class GetContainerRecipeResponse < Struct.new(
  :request_id,
  :container_recipe,
  :latest_version_references)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


2999
3000
3001
3002
3003
3004
3005
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2999

class GetContainerRecipeResponse < Struct.new(
  :request_id,
  :container_recipe,
  :latest_version_references)
  SENSITIVE = []
  include Aws::Structure
end