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

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_arnString

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

Returns:

  • (String)


2873
2874
2875
2876
2877
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2873

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