Method: Aws::Organizations::Types::Root#arn
- Defined in:
- lib/aws-sdk-organizations/types.rb
#arn ⇒ String
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*.
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 |