Class: Aws::Imagebuilder::Types::GetImageRecipePolicyRequest

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 whose policy you want to retrieve.

Returns:

  • (String)


2827
2828
2829
2830
2831
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2827

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