Class: Aws::Types::SelfservicePermissions
- Inherits:
-
Object
- Object
- Aws::Types::SelfservicePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_compute_type ⇒ "ENABLED", "DISABLED"
Returns the value of attribute change_compute_type.
-
#increase_volume_size ⇒ "ENABLED", "DISABLED"
Returns the value of attribute increase_volume_size.
-
#rebuild_workspace ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rebuild_workspace.
-
#restart_workspace ⇒ "ENABLED", "DISABLED"
Returns the value of attribute restart_workspace.
-
#switch_running_mode ⇒ "ENABLED", "DISABLED"
Returns the value of attribute switch_running_mode.
Instance Attribute Details
#change_compute_type ⇒ "ENABLED", "DISABLED"
Returns the value of attribute change_compute_type.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def change_compute_type @change_compute_type end |
#increase_volume_size ⇒ "ENABLED", "DISABLED"
Returns the value of attribute increase_volume_size.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def increase_volume_size @increase_volume_size end |
#rebuild_workspace ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rebuild_workspace.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def rebuild_workspace @rebuild_workspace end |
#restart_workspace ⇒ "ENABLED", "DISABLED"
Returns the value of attribute restart_workspace.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def restart_workspace @restart_workspace end |
#switch_running_mode ⇒ "ENABLED", "DISABLED"
Returns the value of attribute switch_running_mode.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def switch_running_mode @switch_running_mode end |