class Aws::Organizations::Types::Root

Contains details about a root. A root is a top-level parent node in the hierarchy of an organization that can contain organizational units (OUs) and accounts. The root contains every AWS account in the organization.

@!attribute [rw] id

The unique identifier (ID) for the root.

The [regex pattern][1] for a root ID string requires "r-" followed
by from 4 to 32 lowercase letters or digits.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the root.

For more information about ARNs in Organizations, see [ARN Formats
Supported by Organizations][1] in the *AWS Service Authorization
Reference*.

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

@!attribute [rw] name

The friendly name of the root.

The [regex pattern][1] that is used to validate this parameter is a
string of any of the characters in the ASCII character range.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] policy_types

The types of policies that are currently enabled for the root and
therefore can be attached to the root or to its OUs or accounts.

<note markdown="1"> Even if a policy type is shown as available in the organization, you
can separately enable and disable them at the root level by using
EnablePolicyType and DisablePolicyType. Use DescribeOrganization to
see the availability of the policy types in that organization.

 </note>
@return [Array<Types::PolicyTypeSummary>]

@see docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/Root AWS API Documentation

Constants

SENSITIVE