AWS SDK Version 2 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.

.NET Framework 4.5
 
Contains information about a WorkSpace.

Inheritance Hierarchy

System.Object
  Amazon.WorkSpaces.Model.Workspace

Namespace: Amazon.WorkSpaces.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Workspace : Object

The Workspace type exposes the following members

Constructors

NameDescription
Public Method Workspace()

Properties

NameTypeDescription
Public Property BundleId System.String Gets and sets the property BundleId.

The identifier of the bundle that the WorkSpace was created from.

Public Property ComputerName System.String Gets and sets the property ComputerName.

The name of the WorkSpace as seen by the operating system.

Public Property DirectoryId System.String Gets and sets the property DirectoryId.

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

Public Property ErrorCode System.String Gets and sets the property ErrorCode.

If the WorkSpace could not be created, this contains the error code.

Public Property ErrorMessage System.String Gets and sets the property ErrorMessage.

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

Public Property IpAddress System.String Gets and sets the property IpAddress.

The IP address of the WorkSpace.

Public Property RootVolumeEncryptionEnabled System.Boolean Gets and sets the property RootVolumeEncryptionEnabled.

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

Public Property State Amazon.WorkSpaces.WorkspaceState Gets and sets the property State.

The operational state of the WorkSpace.

Public Property SubnetId System.String Gets and sets the property SubnetId.

The identifier of the subnet that the WorkSpace is in.

Public Property UserName System.String Gets and sets the property UserName.

The user that the WorkSpace is assigned to.

Public Property UserVolumeEncryptionEnabled System.Boolean Gets and sets the property UserVolumeEncryptionEnabled.

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

Public Property VolumeEncryptionKey System.String Gets and sets the property VolumeEncryptionKey.

The KMS key used to encrypt data stored on your WorkSpace.

Public Property WorkspaceId System.String Gets and sets the property WorkspaceId.

The identifier of the WorkSpace.

Version Information

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