Struct rusoto_organizations::DescribeOrganizationalUnitRequest [] [src]

pub struct DescribeOrganizationalUnitRequest {
    pub organizational_unit_id: String,
}

Fields

The unique identifier (ID) of the organizational unit that you want details about. 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 DescribeOrganizationalUnitRequest
[src]

[src]

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

impl Debug for DescribeOrganizationalUnitRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeOrganizationalUnitRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more