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


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

def app_type
  @app_type
end

#remote_access"ENABLED", "DISABLED"

Returns the value of attribute remote_access.

Returns:

  • ("ENABLED", "DISABLED")


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

def remote_access
  @remote_access
end

#space_storage_settingsTypes::SpaceStorageSettings

Returns the value of attribute space_storage_settings.



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

def space_storage_settings
  @space_storage_settings
end