workspaces_describe_workspaces: Describes the specified WorkSpaces

View source: R/workspaces_operations.R

workspaces_describe_workspacesR Documentation

Describes the specified WorkSpaces

Description

Describes 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
)

Arguments

WorkspaceIds

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.

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 NextToken from a previous call that was paginated, provide this token to receive the next set of results.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.