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

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

#image_recipe ⇒ Types::ImageRecipe

The image recipe object.

Returns:



3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3306

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

#latest_version_references ⇒ Types::LatestVersionReferences

The resource ARNs with different wildcard variations of semantic versioning.



3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3306

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

#request_id ⇒ String

The request ID that uniquely identifies this request.

Returns:

  • (String)


3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3306

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