Class: Aws::Imagebuilder::Types::PutContainerRecipePolicyRequest

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

#container_recipe_arnString

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

Returns:

  • (String)


6840
6841
6842
6843
6844
6845
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6840

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

#policyString

The policy to apply to the container recipe.

Returns:

  • (String)


6840
6841
6842
6843
6844
6845
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6840

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