Struct rusoto_organizations::UpdateOrganizationalUnitResponse [] [src]

pub struct UpdateOrganizationalUnitResponse {
    pub organizational_unit: Option<OrganizationalUnit>,
}

Fields

A structure that contains the details about the specified OU, including its new name.

Trait Implementations

impl Default for UpdateOrganizationalUnitResponse
[src]

[src]

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

impl Debug for UpdateOrganizationalUnitResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateOrganizationalUnitResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more