View source: R/workspaces_operations.R
workspaces_describe_workspaces | R Documentation |
Describes the specified WorkSpaces.
See https://www.paws-r-sdk.com/docs/workspaces_describe_workspaces/ for full documentation.
workspaces_describe_workspaces(
WorkspaceIds = NULL,
DirectoryId = NULL,
UserName = NULL,
BundleId = NULL,
Limit = NULL,
NextToken = NULL,
WorkspaceName = NULL
)
WorkspaceIds |
The identifiers of the WorkSpaces. You cannot combine this parameter with any other filter. Because the |
DirectoryId |
The identifier of the directory. In addition, you can optionally specify
a specific directory user (see |
UserName |
The name of the directory user. You must specify this parameter with
|
BundleId |
The identifier of the bundle. All WorkSpaces that are created from this bundle are retrieved. You cannot combine this parameter with any other filter. |
Limit |
The maximum number of items to return. |
NextToken |
If you received a |
WorkspaceName |
The name of the user-decoupled WorkSpace. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.