View source: R/directoryservice_operations.R
directoryservice_describe_shared_directories | R Documentation |
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
)
OwnerDirectoryId |
[required] Returns the identifier of the directory in the directory owner account. |
SharedDirectoryIds |
A list of identifiers of all shared directories in your account. |
NextToken |
The |
Limit |
The number of shared directories to return in the response object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.