class Aws::Organizations::Types::Parent

Contains information about either a root or an organizational unit (OU) that can contain OUs or accounts in an organization.

@!attribute [rw] id

The unique identifier (ID) of the parent entity.

The [regex pattern][1] for a parent ID string requires one of the
following:

* **Root** - A string that begins with "r-" followed by from 4 to
  32 lowercase letters or digits.

* **Organizational unit (OU)** - A string that begins with "ou-"
  followed by from 4 to 32 lowercase letters or digits (the ID of
  the root that the OU is in). This string is followed by a second
  "-" dash and from 8 to 32 additional lowercase letters or
  digits.

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

@!attribute [rw] type

The type of the parent entity.
@return [String]

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

Constants

SENSITIVE