Class: Aws::Types::DefaultSpaceSettings

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#custom_file_system_configs::Array[Types::CustomFileSystemConfig]

Returns the value of attribute custom_file_system_configs.



3211
3212
3213
# File 'sig/types.rbs', line 3211

def custom_file_system_configs
  @custom_file_system_configs
end

#custom_posix_user_configTypes::CustomPosixUserConfig

Returns the value of attribute custom_posix_user_config.



3210
3211
3212
# File 'sig/types.rbs', line 3210

def custom_posix_user_config
  @custom_posix_user_config
end

#execution_role::String

Returns the value of attribute execution_role.



3204
3205
3206
# File 'sig/types.rbs', line 3204

def execution_role
  @execution_role
end

#jupyter_lab_app_settingsTypes::JupyterLabAppSettings

Returns the value of attribute jupyter_lab_app_settings.



3208
3209
3210
# File 'sig/types.rbs', line 3208

def jupyter_lab_app_settings
  @jupyter_lab_app_settings
end

#jupyter_server_app_settingsTypes::JupyterServerAppSettings

Returns the value of attribute jupyter_server_app_settings.



3206
3207
3208
# File 'sig/types.rbs', line 3206

def jupyter_server_app_settings
  @jupyter_server_app_settings
end

#kernel_gateway_app_settingsTypes::KernelGatewayAppSettings

Returns the value of attribute kernel_gateway_app_settings.



3207
3208
3209
# File 'sig/types.rbs', line 3207

def kernel_gateway_app_settings
  @kernel_gateway_app_settings
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.



3205
3206
3207
# File 'sig/types.rbs', line 3205

def security_groups
  @security_groups
end

#space_storage_settingsTypes::DefaultSpaceStorageSettings

Returns the value of attribute space_storage_settings.



3209
3210
3211
# File 'sig/types.rbs', line 3209

def space_storage_settings
  @space_storage_settings
end