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.

Describes a WorkSpace bundle.

Inheritance Hierarchy

System.Object
  Amazon.WorkSpaces.Model.WorkspaceBundle

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

Syntax

C#
public class WorkspaceBundle

The WorkspaceBundle type exposes the following members

Constructors

NameDescription
Public Method WorkspaceBundle()

Properties

NameTypeDescription
Public Property BundleId System.String

Gets and sets the property BundleId.

The identifier of the bundle.

Public Property BundleType Amazon.WorkSpaces.BundleType

Gets and sets the property BundleType.

The type of WorkSpace bundle.

Public Property ComputeType Amazon.WorkSpaces.Model.ComputeType

Gets and sets the property ComputeType.

The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time when the bundle was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the bundle.

Public Property ImageId System.String

Gets and sets the property ImageId.

The identifier of the image that was used to create the bundle.

Public Property LastUpdatedTime System.DateTime

Gets and sets the property LastUpdatedTime.

The last time that the bundle was updated.

Public Property Name System.String

Gets and sets the property Name.

The name of the bundle.

Public Property Owner System.String

Gets and sets the property Owner.

The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is provided by Amazon Web Services.

Public Property RootStorage Amazon.WorkSpaces.Model.RootStorage

Gets and sets the property RootStorage.

The size of the root volume.

Public Property State Amazon.WorkSpaces.WorkspaceBundleState

Gets and sets the property State.

The state of the WorkSpace bundle.

Public Property UserStorage Amazon.WorkSpaces.Model.UserStorage

Gets and sets the property UserStorage.

The size of the user volume.

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