View source: R/workspaces_operations.R
workspaces_describe_workspace_directories | R Documentation |
Describes the available directories that are registered with Amazon WorkSpaces.
See https://www.paws-r-sdk.com/docs/workspaces_describe_workspace_directories/ for full documentation.
workspaces_describe_workspace_directories(
DirectoryIds = NULL,
WorkspaceDirectoryNames = NULL,
Limit = NULL,
NextToken = NULL,
Filters = NULL
)
DirectoryIds |
The identifiers of the directories. If the value is null, all directories are retrieved. |
WorkspaceDirectoryNames |
The names of the WorkSpace directories. |
Limit |
The maximum number of directories to return. |
NextToken |
If you received a |
Filters |
The filter condition for the WorkSpaces. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.