getDirectoryLimits
abstract suspend fun getDirectoryLimits(input: GetDirectoryLimitsRequest = GetDirectoryLimitsRequest { }): GetDirectoryLimitsResponse
Obtains directory limit information for the current Region.
Samples
fun main() {
//sampleStart
// The following example obtains directory limit information for the current region.
val resp = directoryClient.getDirectoryLimits()
//sampleEnd
}