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

Class: Aws::WorkSpaces::Types::SelfservicePermissions

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

Overview

Note:

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

{
  restart_workspace: "ENABLED", # accepts ENABLED, DISABLED
  increase_volume_size: "ENABLED", # accepts ENABLED, DISABLED
  change_compute_type: "ENABLED", # accepts ENABLED, DISABLED
  switch_running_mode: "ENABLED", # accepts ENABLED, DISABLED
  rebuild_workspace: "ENABLED", # accepts ENABLED, DISABLED
}

Describes the self-service permissions for a directory. For more information, see Enable Self-Service WorkSpace Management Capabilities for Your Users.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#change_compute_typeString

Specifies whether users can change the compute type (bundle) for their WorkSpace.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    Specifies whether users can change the compute type (bundle) for their WorkSpace.

#increase_volume_sizeString

Specifies whether users can increase the volume size of the drives on their WorkSpace.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    Specifies whether users can increase the volume size of the drives on their WorkSpace.

#rebuild_workspaceString

Specifies whether users can rebuild the operating system of a WorkSpace to its original state.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    Specifies whether users can rebuild the operating system of a WorkSpace to its original state.

#restart_workspaceString

Specifies whether users can restart their WorkSpace.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    Specifies whether users can restart their WorkSpace.

#switch_running_modeString

Specifies whether users can switch the running mode of their WorkSpace.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    Specifies whether users can switch the running mode of their WorkSpace.