class Aws::WorkSpaces::Types::SelfservicePermissions

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

[1]: docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html

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

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

@!attribute [rw] restart_workspace

Specifies whether users can restart their WorkSpace.
@return [String]

@!attribute [rw] increase_volume_size

Specifies whether users can increase the volume size of the drives
on their WorkSpace.
@return [String]

@!attribute [rw] change_compute_type

Specifies whether users can change the compute type (bundle) for
their WorkSpace.
@return [String]

@!attribute [rw] switch_running_mode

Specifies whether users can switch the running mode of their
WorkSpace.
@return [String]

@!attribute [rw] rebuild_workspace

Specifies whether users can rebuild the operating system of a
WorkSpace to its original state.
@return [String]

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

Constants

SENSITIVE