Class: Aws::Imagebuilder::Types::GetImageRecipeRequest

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_recipe_arnString

The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.

Returns:

  • (String)


2847
2848
2849
2850
2851
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2847

class GetImageRecipeRequest < Struct.new(
  :image_recipe_arn)
  SENSITIVE = []
  include Aws::Structure
end