You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::Workspace

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a WorkSpace.

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The identifier of the bundle used to create the WorkSpace.

Returns:

  • (String)

    The identifier of the bundle used to create the WorkSpace.

#computer_nameString

The name of the WorkSpace, as seen by the operating system. The format of this name varies. For more information, see Launch a WorkSpace.

Returns:

  • (String)

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

#directory_idString

The identifier of the AWS Directory Service directory for the WorkSpace.

Returns:

  • (String)

    The identifier of the AWS Directory Service directory for the WorkSpace.

#error_codeString

The error code that is returned if the WorkSpace cannot be created.

Returns:

  • (String)

    The error code that is returned if the WorkSpace cannot be created.

#error_messageString

The text of the error message that is returned if the WorkSpace cannot be created.

Returns:

  • (String)

    The text of the error message that is returned if the WorkSpace cannot be created.

#ip_addressString

The IP address of the WorkSpace.

Returns:

  • (String)

    The IP address of the WorkSpace.

#modification_statesArray<Types::ModificationState>

The modification states of the WorkSpace.

Returns:

#root_volume_encryption_enabledBoolean

Indicates whether the data stored on the root volume is encrypted.

Returns:

  • (Boolean)

    Indicates whether the data stored on the root volume is encrypted.

#stateString

The operational state of the WorkSpace.

After a WorkSpace is terminated, the TERMINATED state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using DescribeWorkSpaces. If the WorkSpace ID isn\'t returned, then the WorkSpace has been successfully terminated.

Returns:

  • (String)

    The operational state of the WorkSpace.

#subnet_idString

The identifier of the subnet for the WorkSpace.

Returns:

  • (String)

    The identifier of the subnet for the WorkSpace.

#user_nameString

The user for the WorkSpace.

Returns:

  • (String)

    The user for the WorkSpace.

#user_volume_encryption_enabledBoolean

Indicates whether the data stored on the user volume is encrypted.

Returns:

  • (Boolean)

    Indicates whether the data stored on the user volume is encrypted.

#volume_encryption_keyString

The symmetric AWS KMS customer master key (CMK) used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric CMKs.

Returns:

  • (String)

    The symmetric AWS KMS customer master key (CMK) used to encrypt data stored on your WorkSpace.

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)

    The identifier of the WorkSpace.

#workspace_propertiesTypes::WorkspaceProperties

The properties of the WorkSpace.

Returns: