Describes the specified WorkSpaces
Source:R/workspaces_operations.R
workspaces_describe_workspaces.RdDescribes the specified WorkSpaces.
See https://www.paws-r-sdk.com/docs/workspaces_describe_workspaces/ for full documentation.
Usage
workspaces_describe_workspaces(
WorkspaceIds = NULL,
DirectoryId = NULL,
UserName = NULL,
BundleId = NULL,
Limit = NULL,
NextToken = NULL,
WorkspaceName = NULL
)Arguments
- WorkspaceIds
The identifiers of the WorkSpaces. You cannot combine this parameter with any other filter.
Because the
create_workspacesoperation is asynchronous, the identifier it returns is not immediately available. If you immediately calldescribe_workspaceswith this identifier, no information is returned.- DirectoryId
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.- UserName
The name of the directory user. You must specify this parameter with
DirectoryId.- 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
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- WorkspaceName
The name of the user-decoupled WorkSpace.