Class: Aws::Imagebuilder::Types::PutImagePolicyRequest

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_arnString

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

Returns:

  • (String)


6511
6512
6513
6514
6515
6516
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6511

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

#policyString

The policy to apply.

Returns:

  • (String)


6511
6512
6513
6514
6515
6516
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6511

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