describeOrganizationalUnit

Retrieves information about an organizational unit (OU).

This operation can be called only from the organization's management account or by a member account that is a delegated administrator.

Samples


fun main() { 
   //sampleStart 
   // The following example shows how to request details about an OU
val resp = organizationsClient.describeOrganizationalUnit {
    organizationalUnitId = "ou-examplerootid111-exampleouid111"
} 
   //sampleEnd
}