class Aws::WorkSpaces::Types::ModifyWorkspacePropertiesRequest

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

data as a hash:

    {
      workspace_id: "WorkspaceId", # required
      workspace_properties: { # required
        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] workspace_id

The identifier of the WorkSpace.
@return [String]

@!attribute [rw] workspace_properties

The properties of the WorkSpace.
@return [Types::WorkspaceProperties]

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

Constants

SENSITIVE