Returns the shared directories in your account.
directoryservice_describe_shared_directories(OwnerDirectoryId,
SharedDirectoryIds, NextToken, Limit)[required] Returns the identifier of the directory in the directory owner account.
A list of identifiers of all shared directories in your account.
The DescribeSharedDirectoriesResult.NextToken value from a previous
call to DescribeSharedDirectories. Pass null if this is the first call.
The number of shared directories to return in the response object.
svc$describe_shared_directories(
OwnerDirectoryId = "string",
SharedDirectoryIds = list(
"string"
),
NextToken = "string",
Limit = 123
)