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)


2982
2983
2984
2985
2986
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2982

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