Class: Aws::Types::SpaceSettings

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")


10980
10981
10982
# File 'sig/types.rbs', line 10980

def app_type
  @app_type
end

#code_editor_app_settingsTypes::SpaceCodeEditorAppSettings

Returns the value of attribute code_editor_app_settings.



10978
10979
10980
# File 'sig/types.rbs', line 10978

def code_editor_app_settings
  @code_editor_app_settings
end

#custom_file_systems::Array[Types::CustomFileSystem]

Returns the value of attribute custom_file_systems.

Returns:



10983
10984
10985
# File 'sig/types.rbs', line 10983

def custom_file_systems
  @custom_file_systems
end

#jupyter_lab_app_settingsTypes::SpaceJupyterLabAppSettings

Returns the value of attribute jupyter_lab_app_settings.



10979
10980
10981
# File 'sig/types.rbs', line 10979

def jupyter_lab_app_settings
  @jupyter_lab_app_settings
end

#jupyter_server_app_settingsTypes::JupyterServerAppSettings

Returns the value of attribute jupyter_server_app_settings.



10976
10977
10978
# File 'sig/types.rbs', line 10976

def jupyter_server_app_settings
  @jupyter_server_app_settings
end

#kernel_gateway_app_settingsTypes::KernelGatewayAppSettings

Returns the value of attribute kernel_gateway_app_settings.



10977
10978
10979
# File 'sig/types.rbs', line 10977

def kernel_gateway_app_settings
  @kernel_gateway_app_settings
end

#remote_access"ENABLED", "DISABLED"

Returns the value of attribute remote_access.

Returns:

  • ("ENABLED", "DISABLED")


10984
10985
10986
# File 'sig/types.rbs', line 10984

def remote_access
  @remote_access
end

#space_managed_resources"ENABLED", "DISABLED"

Returns the value of attribute space_managed_resources.

Returns:

  • ("ENABLED", "DISABLED")


10982
10983
10984
# File 'sig/types.rbs', line 10982

def space_managed_resources
  @space_managed_resources
end

#space_storage_settingsTypes::SpaceStorageSettings

Returns the value of attribute space_storage_settings.



10981
10982
10983
# File 'sig/types.rbs', line 10981

def space_storage_settings
  @space_storage_settings
end