Method: Aws::Organizations::Types::PolicySummary#aws_managed
- Defined in:
- lib/aws-sdk-organizations/types.rb
#aws_managed ⇒ Boolean
A boolean value that indicates whether the specified policy is an Amazon Web Services managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.
4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 |
# File 'lib/aws-sdk-organizations/types.rb', line 4775 class PolicySummary < Struct.new( :id, :arn, :name, :description, :type, :aws_managed) SENSITIVE = [] include Aws::Structure end |