Class: Aws::Types::SpaceSettingsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_type"JupyterServer", ...

Returns the value of attribute app_type.

Returns:

  • ("JupyterServer", "KernelGateway", "DetailedProfiler", "TensorBoard", "CodeEditor", "JupyterLab", "RStudioServerPro", "RSessionGateway", "Canvas")


10989
10990
10991
# File 'sig/types.rbs', line 10989

def app_type
  @app_type
end

#remote_access"ENABLED", "DISABLED"

Returns the value of attribute remote_access.

Returns:

  • ("ENABLED", "DISABLED")


10990
10991
10992
# File 'sig/types.rbs', line 10990

def remote_access
  @remote_access
end

#space_storage_settingsTypes::SpaceStorageSettings

Returns the value of attribute space_storage_settings.



10991
10992
10993
# File 'sig/types.rbs', line 10991

def space_storage_settings
  @space_storage_settings
end