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


10957
10958
10959
# File 'sig/types.rbs', line 10957

def app_type
  @app_type
end

#code_editor_app_settingsTypes::SpaceCodeEditorAppSettings

Returns the value of attribute code_editor_app_settings.



10955
10956
10957
# File 'sig/types.rbs', line 10955

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:



10960
10961
10962
# File 'sig/types.rbs', line 10960

def custom_file_systems
  @custom_file_systems
end

#jupyter_lab_app_settingsTypes::SpaceJupyterLabAppSettings

Returns the value of attribute jupyter_lab_app_settings.



10956
10957
10958
# File 'sig/types.rbs', line 10956

def jupyter_lab_app_settings
  @jupyter_lab_app_settings
end

#jupyter_server_app_settingsTypes::JupyterServerAppSettings

Returns the value of attribute jupyter_server_app_settings.



10953
10954
10955
# File 'sig/types.rbs', line 10953

def jupyter_server_app_settings
  @jupyter_server_app_settings
end

#kernel_gateway_app_settingsTypes::KernelGatewayAppSettings

Returns the value of attribute kernel_gateway_app_settings.



10954
10955
10956
# File 'sig/types.rbs', line 10954

def kernel_gateway_app_settings
  @kernel_gateway_app_settings
end

#remote_access"ENABLED", "DISABLED"

Returns the value of attribute remote_access.

Returns:

  • ("ENABLED", "DISABLED")


10961
10962
10963
# File 'sig/types.rbs', line 10961

def remote_access
  @remote_access
end

#space_managed_resources"ENABLED", "DISABLED"

Returns the value of attribute space_managed_resources.

Returns:

  • ("ENABLED", "DISABLED")


10959
10960
10961
# File 'sig/types.rbs', line 10959

def space_managed_resources
  @space_managed_resources
end

#space_storage_settingsTypes::SpaceStorageSettings

Returns the value of attribute space_storage_settings.



10958
10959
10960
# File 'sig/types.rbs', line 10958

def space_storage_settings
  @space_storage_settings
end