Method: Aws::Organizations::Types::PolicySummary#id
- Defined in:
- lib/aws-sdk-organizations/types.rb
#id ⇒ String
The unique identifier (ID) of the policy.
The [regex pattern] for a policy ID string requires “p-” followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).
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 |