Class: Aws::Types::SelfservicePermissions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_compute_type"ENABLED", "DISABLED"

Returns the value of attribute change_compute_type.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • ("ENABLED", "DISABLED")


1395
1396
1397
# File 'sig/types.rbs', line 1395

def switch_running_mode
  @switch_running_mode
end