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.
12590 12591 12592 |
# File 'sig/types.rbs', line 12590 def auto_mount_home_efs @auto_mount_home_efs end |
#canvas_app_settings ⇒ Types::CanvasAppSettings
Returns the value of attribute canvas_app_settings.
12581 12582 12583 |
# File 'sig/types.rbs', line 12581 def canvas_app_settings @canvas_app_settings end |
#code_editor_app_settings ⇒ Types::CodeEditorAppSettings
Returns the value of attribute code_editor_app_settings.
12582 12583 12584 |
# File 'sig/types.rbs', line 12582 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.
12588 12589 12590 |
# File 'sig/types.rbs', line 12588 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.
12587 12588 12589 |
# File 'sig/types.rbs', line 12587 def custom_posix_user_config @custom_posix_user_config end |
#default_landing_uri ⇒ ::String
Returns the value of attribute default_landing_uri.
12585 12586 12587 |
# File 'sig/types.rbs', line 12585 def default_landing_uri @default_landing_uri end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
12573 12574 12575 |
# File 'sig/types.rbs', line 12573 def execution_role @execution_role end |
#jupyter_lab_app_settings ⇒ Types::JupyterLabAppSettings
Returns the value of attribute jupyter_lab_app_settings.
12583 12584 12585 |
# File 'sig/types.rbs', line 12583 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.
12576 12577 12578 |
# File 'sig/types.rbs', line 12576 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.
12577 12578 12579 |
# File 'sig/types.rbs', line 12577 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.
12580 12581 12582 |
# File 'sig/types.rbs', line 12580 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.
12579 12580 12581 |
# File 'sig/types.rbs', line 12579 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.
12574 12575 12576 |
# File 'sig/types.rbs', line 12574 def security_groups @security_groups end |
#sharing_settings ⇒ Types::SharingSettings
Returns the value of attribute sharing_settings.
12575 12576 12577 |
# File 'sig/types.rbs', line 12575 def sharing_settings @sharing_settings end |
#space_storage_settings ⇒ Types::DefaultSpaceStorageSettings
Returns the value of attribute space_storage_settings.
12584 12585 12586 |
# File 'sig/types.rbs', line 12584 def space_storage_settings @space_storage_settings end |
#studio_web_portal ⇒ "ENABLED", "DISABLED"
Returns the value of attribute studio_web_portal.
12586 12587 12588 |
# File 'sig/types.rbs', line 12586 def studio_web_portal @studio_web_portal end |
#studio_web_portal_settings ⇒ Types::StudioWebPortalSettings
Returns the value of attribute studio_web_portal_settings.
12589 12590 12591 |
# File 'sig/types.rbs', line 12589 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.
12578 12579 12580 |
# File 'sig/types.rbs', line 12578 def tensor_board_app_settings @tensor_board_app_settings end |