Struct rusoto_organizations::UpdateOrganizationalUnitRequest [] [src]

pub struct UpdateOrganizationalUnitRequest {
    pub name: Option<String>,
    pub organizational_unit_id: String,
}

Fields

The new name that you want to assign to the OU.

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

The unique identifier (ID) of the OU that you want to rename. 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 UpdateOrganizationalUnitRequest
[src]

[src]

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

impl Debug for UpdateOrganizationalUnitRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateOrganizationalUnitRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more