Class: Aws::Imagebuilder::Types::PutImageRecipePolicyRequest

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_arn ⇒ String

The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.

Returns:

  • (String)


8360
8361
8362
8363
8364
8365
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8360

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

#policy ⇒ String

The policy to apply.

Returns:

  • (String)


8360
8361
8362
8363
8364
8365
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8360

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