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

Class: Aws::WorkSpaces::Types::WorkspaceProperties

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

Overview

Note:

When passing WorkspaceProperties as input to an Aws::Client method, you can use a vanilla Hash:

{
  running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON
  running_mode_auto_stop_timeout_in_minutes: 1,
  root_volume_size_gib: 1,
  user_volume_size_gib: 1,
  compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO
}

Describes a WorkSpace.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#compute_type_nameString

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

Returns:

  • (String)

    The compute type.

#root_volume_size_gibInteger

The size of the root volume. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.

Returns:

  • (Integer)

    The size of the root volume.

#running_modeString

The running mode. For more information, see Manage the WorkSpace Running Mode.

Returns:

  • (String)

    The running mode.

#running_mode_auto_stop_timeout_in_minutesInteger

The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.

Returns:

  • (Integer)

    The time after a user logs off when WorkSpaces are automatically stopped.

#user_volume_size_gibInteger

The size of the user storage. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.

Returns:

  • (Integer)

    The size of the user storage.