Method: Aws::Organizations::Types::PolicySummary#arn

Defined in:
lib/aws-sdk-organizations/types.rb

#arnString

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*.

[1]: docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies

Returns:

  • (String)


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