getDirectoryLimits
inline suspend fun DirectoryClient.getDirectoryLimits(crossinline block: GetDirectoryLimitsRequest.Builder.() -> Unit): 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
}