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

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

#component_arn ⇒ String

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

Returns:

  • (String)


8249
8250
8251
8252
8253
8254
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8249

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

#policy ⇒ String

The policy to apply.

Returns:

  • (String)


8249
8250
8251
8252
8253
8254
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8249

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