Class: Aws::Types::SpaceSettings
- Inherits:
-
Object
- Object
- Aws::Types::SpaceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_type ⇒ "JupyterServer", ...
Returns the value of attribute app_type.
-
#code_editor_app_settings ⇒ Types::SpaceCodeEditorAppSettings
Returns the value of attribute code_editor_app_settings.
-
#custom_file_systems ⇒ ::Array[Types::CustomFileSystem]
Returns the value of attribute custom_file_systems.
-
#jupyter_lab_app_settings ⇒ Types::SpaceJupyterLabAppSettings
Returns the value of attribute jupyter_lab_app_settings.
-
#jupyter_server_app_settings ⇒ Types::JupyterServerAppSettings
Returns the value of attribute jupyter_server_app_settings.
-
#kernel_gateway_app_settings ⇒ Types::KernelGatewayAppSettings
Returns the value of attribute kernel_gateway_app_settings.
-
#remote_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute remote_access.
-
#space_managed_resources ⇒ "ENABLED", "DISABLED"
Returns the value of attribute space_managed_resources.
-
#space_storage_settings ⇒ Types::SpaceStorageSettings
Returns the value of attribute space_storage_settings.
Instance Attribute Details
#app_type ⇒ "JupyterServer", ...
Returns the value of attribute app_type.
11041 11042 11043 |
# File 'sig/types.rbs', line 11041 def app_type @app_type end |
#code_editor_app_settings ⇒ Types::SpaceCodeEditorAppSettings
Returns the value of attribute code_editor_app_settings.
11039 11040 11041 |
# File 'sig/types.rbs', line 11039 def code_editor_app_settings @code_editor_app_settings end |
#custom_file_systems ⇒ ::Array[Types::CustomFileSystem]
Returns the value of attribute custom_file_systems.
11044 11045 11046 |
# File 'sig/types.rbs', line 11044 def custom_file_systems @custom_file_systems end |
#jupyter_lab_app_settings ⇒ Types::SpaceJupyterLabAppSettings
Returns the value of attribute jupyter_lab_app_settings.
11040 11041 11042 |
# File 'sig/types.rbs', line 11040 def jupyter_lab_app_settings @jupyter_lab_app_settings end |
#jupyter_server_app_settings ⇒ Types::JupyterServerAppSettings
Returns the value of attribute jupyter_server_app_settings.
11037 11038 11039 |
# File 'sig/types.rbs', line 11037 def jupyter_server_app_settings @jupyter_server_app_settings end |
#kernel_gateway_app_settings ⇒ Types::KernelGatewayAppSettings
Returns the value of attribute kernel_gateway_app_settings.
11038 11039 11040 |
# File 'sig/types.rbs', line 11038 def kernel_gateway_app_settings @kernel_gateway_app_settings end |
#remote_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute remote_access.
11045 11046 11047 |
# File 'sig/types.rbs', line 11045 def remote_access @remote_access end |
#space_managed_resources ⇒ "ENABLED", "DISABLED"
Returns the value of attribute space_managed_resources.
11043 11044 11045 |
# File 'sig/types.rbs', line 11043 def space_managed_resources @space_managed_resources end |
#space_storage_settings ⇒ Types::SpaceStorageSettings
Returns the value of attribute space_storage_settings.
11042 11043 11044 |
# File 'sig/types.rbs', line 11042 def space_storage_settings @space_storage_settings end |