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

DescribeWorkspaceBundles() public method

Obtains information about the WorkSpace bundles that are available to your account in the specified region.

You can filter the results with either the BundleIds parameter, or the Owner parameter, but not both.

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. ///
public DescribeWorkspaceBundles ( ) : DescribeWorkspaceBundlesResponse
return Amazon.WorkSpaces.Model.DescribeWorkspaceBundlesResponse
        public DescribeWorkspaceBundlesResponse DescribeWorkspaceBundles()
        {
            var request = new DescribeWorkspaceBundlesRequest();
            return DescribeWorkspaceBundles(request);
        }

Same methods

AmazonWorkSpacesClient::DescribeWorkspaceBundles ( DescribeWorkspaceBundlesRequest request ) : DescribeWorkspaceBundlesResponse