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.
12565 12566 12567 |
# File 'sig/types.rbs', line 12565 def auto_mount_home_efs @auto_mount_home_efs end |
#canvas_app_settings ⇒ Types::CanvasAppSettings
Returns the value of attribute canvas_app_settings.
12556 12557 12558 |
# File 'sig/types.rbs', line 12556 def canvas_app_settings @canvas_app_settings end |
#code_editor_app_settings ⇒ Types::CodeEditorAppSettings
Returns the value of attribute code_editor_app_settings.
12557 12558 12559 |
# File 'sig/types.rbs', line 12557 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.
12563 12564 12565 |
# File 'sig/types.rbs', line 12563 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.
12562 12563 12564 |
# File 'sig/types.rbs', line 12562 def custom_posix_user_config @custom_posix_user_config end |
#default_landing_uri ⇒ ::String
Returns the value of attribute default_landing_uri.
12560 12561 12562 |
# File 'sig/types.rbs', line 12560 def default_landing_uri @default_landing_uri end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
12548 12549 12550 |
# File 'sig/types.rbs', line 12548 def execution_role @execution_role end |
#jupyter_lab_app_settings ⇒ Types::JupyterLabAppSettings
Returns the value of attribute jupyter_lab_app_settings.
12558 12559 12560 |
# File 'sig/types.rbs', line 12558 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.
12551 12552 12553 |
# File 'sig/types.rbs', line 12551 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.
12552 12553 12554 |
# File 'sig/types.rbs', line 12552 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.
12555 12556 12557 |
# File 'sig/types.rbs', line 12555 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.
12554 12555 12556 |
# File 'sig/types.rbs', line 12554 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.
12549 12550 12551 |
# File 'sig/types.rbs', line 12549 def security_groups @security_groups end |
#sharing_settings ⇒ Types::SharingSettings
Returns the value of attribute sharing_settings.
12550 12551 12552 |
# File 'sig/types.rbs', line 12550 def sharing_settings @sharing_settings end |
#space_storage_settings ⇒ Types::DefaultSpaceStorageSettings
Returns the value of attribute space_storage_settings.
12559 12560 12561 |
# File 'sig/types.rbs', line 12559 def space_storage_settings @space_storage_settings end |
#studio_web_portal ⇒ "ENABLED", "DISABLED"
Returns the value of attribute studio_web_portal.
12561 12562 12563 |
# File 'sig/types.rbs', line 12561 def studio_web_portal @studio_web_portal end |
#studio_web_portal_settings ⇒ Types::StudioWebPortalSettings
Returns the value of attribute studio_web_portal_settings.
12564 12565 12566 |
# File 'sig/types.rbs', line 12564 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.
12553 12554 12555 |
# File 'sig/types.rbs', line 12553 def tensor_board_app_settings @tensor_board_app_settings end |