Method: Aws::Organizations::Types::Root#arn

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

#arnString

The Amazon Resource Name (ARN) of the root.

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)


5247
5248
5249
5250
5251
5252
5253
5254
# File 'lib/aws-sdk-organizations/types.rb', line 5247

class Root < Struct.new(
  :id,
  :arn,
  :name,
  :policy_types)
  SENSITIVE = []
  include Aws::Structure
end