Returns the shared directories in your account.
See https://www.paws-r-sdk.com/docs/directoryservice_describe_shared_directories/ for full documentation.
directoryservice_describe_shared_directories(
OwnerDirectoryId,
SharedDirectoryIds = NULL,
NextToken = NULL,
Limit = NULL
)
[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
describe_shared_directories
.
Pass null if this is the first call.
The number of shared directories to return in the response object.