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