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
)
The identifiers of the WorkSpaces. You cannot combine this parameter with any other filter.
Because the create_workspaces
operation is asynchronous, the identifier it returns is not immediately
available. If you immediately call
describe_workspaces
with this
identifier, no information is returned.
The identifier of the directory. In addition, you can optionally specify
a specific directory user (see UserName
). You cannot combine this
parameter with any other filter.
The name of the directory user. You must specify this parameter with
DirectoryId
.
The identifier of the bundle. All WorkSpaces that are created from this bundle are retrieved. You cannot combine this parameter with any other filter.
The maximum number of items to return.
If you received a NextToken
from a previous call that was paginated,
provide this token to receive the next set of results.
The name of the user-decoupled WorkSpace.