pendingRequests property

List<Workspace>? pendingRequests
final

Information about the WorkSpaces that were created.

Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.

Implementation

final List<Workspace>? pendingRequests;