Amazon.WorkSpaces.AmazonWorkSpacesClient.DescribeWorkspaces C# (CSharp) Method

DescribeWorkspaces() public method

Obtains information about the specified WorkSpaces.

Only one of the filter parameters, such as BundleId, DirectoryId, or WorkspaceIds, can be specified at a time.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the NextToken response member contains a token that you pass in the next call to this operation to retrieve the next set of items.

/// One or more parameter values are not valid. /// /// The specified resource is not available. ///
public DescribeWorkspaces ( ) : DescribeWorkspacesResponse
return Amazon.WorkSpaces.Model.DescribeWorkspacesResponse
        public DescribeWorkspacesResponse DescribeWorkspaces()
        {
            var request = new DescribeWorkspacesRequest();
            return DescribeWorkspaces(request);
        }

Same methods

AmazonWorkSpacesClient::DescribeWorkspaces ( DescribeWorkspacesRequest request ) : DescribeWorkspacesResponse