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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_compute_typeString

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

Returns:

  • (String)


3921
3922
3923
3924
3925
3926
3927
3928
3929
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3921

class SelfservicePermissions < Struct.new(
  :restart_workspace,
  :increase_volume_size,
  :change_compute_type,
  :switch_running_mode,
  :rebuild_workspace)
  SENSITIVE = []
  include Aws::Structure
end

#increase_volume_sizeString

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

Returns:

  • (String)


3921
3922
3923
3924
3925
3926
3927
3928
3929
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3921

class SelfservicePermissions < Struct.new(
  :restart_workspace,
  :increase_volume_size,
  :change_compute_type,
  :switch_running_mode,
  :rebuild_workspace)
  SENSITIVE = []
  include Aws::Structure
end

#rebuild_workspaceString

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

Returns:

  • (String)


3921
3922
3923
3924
3925
3926
3927
3928
3929
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3921

class SelfservicePermissions < Struct.new(
  :restart_workspace,
  :increase_volume_size,
  :change_compute_type,
  :switch_running_mode,
  :rebuild_workspace)
  SENSITIVE = []
  include Aws::Structure
end

#restart_workspaceString

Specifies whether users can restart their WorkSpace.

Returns:

  • (String)


3921
3922
3923
3924
3925
3926
3927
3928
3929
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3921

class SelfservicePermissions < Struct.new(
  :restart_workspace,
  :increase_volume_size,
  :change_compute_type,
  :switch_running_mode,
  :rebuild_workspace)
  SENSITIVE = []
  include Aws::Structure
end

#switch_running_modeString

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

Returns:

  • (String)


3921
3922
3923
3924
3925
3926
3927
3928
3929
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3921

class SelfservicePermissions < Struct.new(
  :restart_workspace,
  :increase_volume_size,
  :change_compute_type,
  :switch_running_mode,
  :rebuild_workspace)
  SENSITIVE = []
  include Aws::Structure
end