Struct rusoto_organizations::DeleteOrganizationalUnitRequest [] [src]

pub struct DeleteOrganizationalUnitRequest {
    pub organizational_unit_id: String,
}

Fields

The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

The regex pattern for an organizational unit ID string requires "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.

Trait Implementations

impl Default for DeleteOrganizationalUnitRequest
[src]

[src]

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

impl Debug for DeleteOrganizationalUnitRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteOrganizationalUnitRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations