Method: Aws::Organizations::Types::PolicySummary#arn
- Defined in:
- lib/aws-sdk-organizations/types.rb
#arn ⇒ String
The Amazon Resource Name (ARN) of the policy.
For more information about ARNs in Organizations, see [ARN Formats Supported by Organizations] in the *Amazon Web Services Service Authorization Reference*.
4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 |
# File 'lib/aws-sdk-organizations/types.rb', line 4507 class PolicySummary < Struct.new( :id, :arn, :name, :description, :type, :aws_managed) SENSITIVE = [] include Aws::Structure end |