describeOrganizationalUnit

Retrieves information about an organizational unit (OU).

You can only call this operation from the management account or 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
}