Class: Aws::Types::UserSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_mount_home_efs"Enabled", ...

Returns the value of attribute auto_mount_home_efs.

Returns:

  • ("Enabled", "Disabled", "DefaultAsDomain")


12565
12566
12567
# File 'sig/types.rbs', line 12565

def auto_mount_home_efs
  @auto_mount_home_efs
end

#canvas_app_settingsTypes::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_settingsTypes::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.

Returns:



12563
12564
12565
# File 'sig/types.rbs', line 12563

def custom_file_system_configs
  @custom_file_system_configs
end

#custom_posix_user_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


12548
12549
12550
# File 'sig/types.rbs', line 12548

def execution_role
  @execution_role
end

#jupyter_lab_app_settingsTypes::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_settingsTypes::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_settingsTypes::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_settingsTypes::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_settingsTypes::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.

Returns:

  • (::Array[::String])


12549
12550
12551
# File 'sig/types.rbs', line 12549

def security_groups
  @security_groups
end

#sharing_settingsTypes::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_settingsTypes::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.

Returns:

  • ("ENABLED", "DISABLED")


12561
12562
12563
# File 'sig/types.rbs', line 12561

def studio_web_portal
  @studio_web_portal
end

#studio_web_portal_settingsTypes::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_settingsTypes::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