Class: Aws::WorkSpaces::Types::SelfservicePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::SelfservicePermissions
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_compute_type ⇒ String
Specifies whether users can change the compute type (bundle) for their WorkSpace.
-
#increase_volume_size ⇒ String
Specifies whether users can increase the volume size of the drives on their WorkSpace.
-
#rebuild_workspace ⇒ String
Specifies whether users can rebuild the operating system of a WorkSpace to its original state.
-
#restart_workspace ⇒ String
Specifies whether users can restart their WorkSpace.
-
#switch_running_mode ⇒ String
Specifies whether users can switch the running mode of their WorkSpace.
Instance Attribute Details
#change_compute_type ⇒ String
Specifies whether users can change the compute type (bundle) for their WorkSpace.
4387 4388 4389 4390 4391 4392 4393 4394 4395 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4387 class SelfservicePermissions < Struct.new( :restart_workspace, :increase_volume_size, :change_compute_type, :switch_running_mode, :rebuild_workspace) SENSITIVE = [] include Aws::Structure end |
#increase_volume_size ⇒ String
Specifies whether users can increase the volume size of the drives on their WorkSpace.
4387 4388 4389 4390 4391 4392 4393 4394 4395 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4387 class SelfservicePermissions < Struct.new( :restart_workspace, :increase_volume_size, :change_compute_type, :switch_running_mode, :rebuild_workspace) SENSITIVE = [] include Aws::Structure end |
#rebuild_workspace ⇒ String
Specifies whether users can rebuild the operating system of a WorkSpace to its original state.
4387 4388 4389 4390 4391 4392 4393 4394 4395 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4387 class SelfservicePermissions < Struct.new( :restart_workspace, :increase_volume_size, :change_compute_type, :switch_running_mode, :rebuild_workspace) SENSITIVE = [] include Aws::Structure end |
#restart_workspace ⇒ String
Specifies whether users can restart their WorkSpace.
4387 4388 4389 4390 4391 4392 4393 4394 4395 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4387 class SelfservicePermissions < Struct.new( :restart_workspace, :increase_volume_size, :change_compute_type, :switch_running_mode, :rebuild_workspace) SENSITIVE = [] include Aws::Structure end |
#switch_running_mode ⇒ String
Specifies whether users can switch the running mode of their WorkSpace.
4387 4388 4389 4390 4391 4392 4393 4394 4395 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4387 class SelfservicePermissions < Struct.new( :restart_workspace, :increase_volume_size, :change_compute_type, :switch_running_mode, :rebuild_workspace) SENSITIVE = [] include Aws::Structure end |