AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DescribeWorkspaceBundles operation. Retrieves a list that describes the available WorkSpace bundles.

You can filter the results using either bundle ID or owner, but not both.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.WorkSpaces.AmazonWorkSpacesRequest
      Amazon.WorkSpaces.Model.DescribeWorkspaceBundlesRequest

Namespace: Amazon.WorkSpaces.Model
Assembly: AWSSDK.WorkSpaces.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeWorkspaceBundlesRequest : AmazonWorkSpacesRequest
         IAmazonWebServiceRequest

The DescribeWorkspaceBundlesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BundleIds System.Collections.Generic.List<System.String>

Gets and sets the property BundleIds.

The identifiers of the bundles. You cannot combine this parameter with any other filter.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token for the next set of results. (You received this token from a previous call.)

Public Property Owner System.String

Gets and sets the property Owner.

The owner of the bundles. You cannot combine this parameter with any other filter.

To describe the bundles provided by Amazon Web Services, specify AMAZON. To describe the bundles that belong to your account, don't specify a value.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5