class Aws::WorkSpaces::Types::WorkspaceProperties

Describes a WorkSpace.

@note When making an API call, you may pass WorkspaceProperties

data as a 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
    }

@!attribute [rw] running_mode

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

[1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html
@return [String]

@!attribute [rw] running_mode_auto_stop_timeout_in_minutes

The time after a user logs off when WorkSpaces are automatically
stopped. Configured in 60-minute intervals.
@return [Integer]

@!attribute [rw] root_volume_size_gib

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][1].

[1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html
@return [Integer]

@!attribute [rw] user_volume_size_gib

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][1].

[1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html
@return [Integer]

@!attribute [rw] compute_type_name

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

[1]: http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/WorkspaceProperties AWS API Documentation

Constants

SENSITIVE