Class: Aws::Types::UserSettings
- Inherits:
-
Object
- Object
- Aws::Types::UserSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_mount_home_efs ⇒ "Enabled", ...
Returns the value of attribute auto_mount_home_efs.
-
#canvas_app_settings ⇒ Types::CanvasAppSettings
Returns the value of attribute canvas_app_settings.
-
#code_editor_app_settings ⇒ Types::CodeEditorAppSettings
Returns the value of attribute code_editor_app_settings.
-
#custom_file_system_configs ⇒ ::Array[Types::CustomFileSystemConfig]
Returns the value of attribute custom_file_system_configs.
-
#custom_posix_user_config ⇒ Types::CustomPosixUserConfig
Returns the value of attribute custom_posix_user_config.
-
#default_landing_uri ⇒ ::String
Returns the value of attribute default_landing_uri.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#jupyter_lab_app_settings ⇒ Types::JupyterLabAppSettings
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.
-
#r_session_app_settings ⇒ Types::RSessionAppSettings
Returns the value of attribute r_session_app_settings.
-
#r_studio_server_pro_app_settings ⇒ Types::RStudioServerProAppSettings
Returns the value of attribute r_studio_server_pro_app_settings.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#sharing_settings ⇒ Types::SharingSettings
Returns the value of attribute sharing_settings.
-
#space_storage_settings ⇒ Types::DefaultSpaceStorageSettings
Returns the value of attribute space_storage_settings.
-
#studio_web_portal ⇒ "ENABLED", "DISABLED"
Returns the value of attribute studio_web_portal.
-
#studio_web_portal_settings ⇒ Types::StudioWebPortalSettings
Returns the value of attribute studio_web_portal_settings.
-
#tensor_board_app_settings ⇒ Types::TensorBoardAppSettings
Returns the value of attribute tensor_board_app_settings.
Instance Attribute Details
#auto_mount_home_efs ⇒ "Enabled", ...
Returns the value of attribute auto_mount_home_efs.
12651 12652 12653 |
# File 'sig/types.rbs', line 12651 def auto_mount_home_efs @auto_mount_home_efs end |
#canvas_app_settings ⇒ Types::CanvasAppSettings
Returns the value of attribute canvas_app_settings.
12642 12643 12644 |
# File 'sig/types.rbs', line 12642 def canvas_app_settings @canvas_app_settings end |
#code_editor_app_settings ⇒ Types::CodeEditorAppSettings
Returns the value of attribute code_editor_app_settings.
12643 12644 12645 |
# File 'sig/types.rbs', line 12643 def code_editor_app_settings @code_editor_app_settings end |
#custom_file_system_configs ⇒ ::Array[Types::CustomFileSystemConfig]
Returns the value of attribute custom_file_system_configs.
12649 12650 12651 |
# File 'sig/types.rbs', line 12649 def custom_file_system_configs @custom_file_system_configs end |
#custom_posix_user_config ⇒ Types::CustomPosixUserConfig
Returns the value of attribute custom_posix_user_config.
12648 12649 12650 |
# File 'sig/types.rbs', line 12648 def custom_posix_user_config @custom_posix_user_config end |
#default_landing_uri ⇒ ::String
Returns the value of attribute default_landing_uri.
12646 12647 12648 |
# File 'sig/types.rbs', line 12646 def default_landing_uri @default_landing_uri end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
12634 12635 12636 |
# File 'sig/types.rbs', line 12634 def execution_role @execution_role end |
#jupyter_lab_app_settings ⇒ Types::JupyterLabAppSettings
Returns the value of attribute jupyter_lab_app_settings.
12644 12645 12646 |
# File 'sig/types.rbs', line 12644 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.
12637 12638 12639 |
# File 'sig/types.rbs', line 12637 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.
12638 12639 12640 |
# File 'sig/types.rbs', line 12638 def kernel_gateway_app_settings @kernel_gateway_app_settings end |
#r_session_app_settings ⇒ Types::RSessionAppSettings
Returns the value of attribute r_session_app_settings.
12641 12642 12643 |
# File 'sig/types.rbs', line 12641 def r_session_app_settings @r_session_app_settings end |
#r_studio_server_pro_app_settings ⇒ Types::RStudioServerProAppSettings
Returns the value of attribute r_studio_server_pro_app_settings.
12640 12641 12642 |
# File 'sig/types.rbs', line 12640 def r_studio_server_pro_app_settings @r_studio_server_pro_app_settings end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
12635 12636 12637 |
# File 'sig/types.rbs', line 12635 def security_groups @security_groups end |
#sharing_settings ⇒ Types::SharingSettings
Returns the value of attribute sharing_settings.
12636 12637 12638 |
# File 'sig/types.rbs', line 12636 def sharing_settings @sharing_settings end |
#space_storage_settings ⇒ Types::DefaultSpaceStorageSettings
Returns the value of attribute space_storage_settings.
12645 12646 12647 |
# File 'sig/types.rbs', line 12645 def space_storage_settings @space_storage_settings end |
#studio_web_portal ⇒ "ENABLED", "DISABLED"
Returns the value of attribute studio_web_portal.
12647 12648 12649 |
# File 'sig/types.rbs', line 12647 def studio_web_portal @studio_web_portal end |
#studio_web_portal_settings ⇒ Types::StudioWebPortalSettings
Returns the value of attribute studio_web_portal_settings.
12650 12651 12652 |
# File 'sig/types.rbs', line 12650 def studio_web_portal_settings @studio_web_portal_settings end |
#tensor_board_app_settings ⇒ Types::TensorBoardAppSettings
Returns the value of attribute tensor_board_app_settings.
12639 12640 12641 |
# File 'sig/types.rbs', line 12639 def tensor_board_app_settings @tensor_board_app_settings end |