Struct rusoto_organizations::Root [] [src]

pub struct Root {
    pub arn: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
    pub policy_types: Option<Vec<PolicyTypeSummary>>,
}

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. Every root contains every AWS account in the organization. Each root enables the accounts to be organized in a different way and to have different policy types enabled for use in that root.

Fields

The Amazon Resource Name (ARN) of the root.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

The unique identifier (ID) for the root.

The regex pattern for a root ID string requires "r-" followed by from 4 to 32 lower-case letters or digits.

The friendly name of the root.

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

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.

Trait Implementations

impl Default for Root
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Root
[src]

[src]

Formats the value using the given formatter.

impl Clone for Root
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more