Struct rusoto_organizations::Child [] [src]

pub struct Child {
    pub id: Option<String>,
    pub type_: Option<String>,
}

Contains a list of child entities, either OUs or accounts.

Fields

The unique identifier (ID) of this child entity.

The regex pattern for a child ID string requires one of the following:

  • Account: a string that consists of exactly 12 digits.

  • Organizational unit (OU): a string that begins with "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.

The type of this child entity.

Trait Implementations

impl Default for Child
[src]

[src]

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

impl Debug for Child
[src]

[src]

Formats the value using the given formatter.

impl Clone for Child
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more