Class: Aws::Imagebuilder::Types::PutComponentPolicyRequest

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

#component_arnString

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

Returns:

  • (String)


7063
7064
7065
7066
7067
7068
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7063

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

#policyString

The policy to apply.

Returns:

  • (String)


7063
7064
7065
7066
7067
7068
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7063

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