Values.DescribeDirectoriesRequestSourceContains the inputs for the DescribeDirectories operation.
type nonrec t = {directoryIds : DirectoryIds.t option;A list of identifiers of the directories for which to obtain the information. If this member is null, all directories that belong to the current account are returned. An empty list results in an InvalidParameterException being thrown.
*)nextToken : NextToken.t option;The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.
*)limit : Limit.t option;The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Limit.t
| `List of [> `String of DirectoryId.t ] list
| `String of NextToken.t ])
list ]