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


10965
10966
10967
# File 'sig/types.rbs', line 10965

def app_type
  @app_type
end

#code_editor_app_settingsTypes::SpaceCodeEditorAppSettings

Returns the value of attribute code_editor_app_settings.



10963
10964
10965
# File 'sig/types.rbs', line 10963

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:



10968
10969
10970
# File 'sig/types.rbs', line 10968

def custom_file_systems
  @custom_file_systems
end

#jupyter_lab_app_settingsTypes::SpaceJupyterLabAppSettings

Returns the value of attribute jupyter_lab_app_settings.



10964
10965
10966
# File 'sig/types.rbs', line 10964

def jupyter_lab_app_settings
  @jupyter_lab_app_settings
end

#jupyter_server_app_settingsTypes::JupyterServerAppSettings

Returns the value of attribute jupyter_server_app_settings.



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

def jupyter_server_app_settings
  @jupyter_server_app_settings
end

#kernel_gateway_app_settingsTypes::KernelGatewayAppSettings

Returns the value of attribute kernel_gateway_app_settings.



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

def kernel_gateway_app_settings
  @kernel_gateway_app_settings
end

#remote_access"ENABLED", "DISABLED"

Returns the value of attribute remote_access.

Returns:

  • ("ENABLED", "DISABLED")


10969
10970
10971
# File 'sig/types.rbs', line 10969

def remote_access
  @remote_access
end

#space_managed_resources"ENABLED", "DISABLED"

Returns the value of attribute space_managed_resources.

Returns:

  • ("ENABLED", "DISABLED")


10967
10968
10969
# File 'sig/types.rbs', line 10967

def space_managed_resources
  @space_managed_resources
end

#space_storage_settingsTypes::SpaceStorageSettings

Returns the value of attribute space_storage_settings.



10966
10967
10968
# File 'sig/types.rbs', line 10966

def space_storage_settings
  @space_storage_settings
end