Class: Aws::Imagebuilder::Types::GetImageRecipeResponse

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

#image_recipeTypes::ImageRecipe

The image recipe object.

Returns:



3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3155

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

#latest_version_referencesTypes::LatestVersionReferences

The resource ARNs with different wildcard variations of semantic versioning.



3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3155

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

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


3155
3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3155

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