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.
10957 10958 10959 |
# File 'sig/types.rbs', line 10957 def app_type @app_type end |
#code_editor_app_settings ⇒ Types::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.
10960 10961 10962 |
# File 'sig/types.rbs', line 10960 def custom_file_systems @custom_file_systems end |
#jupyter_lab_app_settings ⇒ Types::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_settings ⇒ Types::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_settings ⇒ Types::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.
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.
10959 10960 10961 |
# File 'sig/types.rbs', line 10959 def space_managed_resources @space_managed_resources end |
#space_storage_settings ⇒ Types::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 |