Class: Aws::Types::DefaultSpaceSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_file_system_configs::Array[Types::CustomFileSystemConfig]

Returns the value of attribute custom_file_system_configs.

Returns:



3194
3195
3196
# File 'sig/types.rbs', line 3194

def custom_file_system_configs
  @custom_file_system_configs
end

#custom_posix_user_configTypes::CustomPosixUserConfig

Returns the value of attribute custom_posix_user_config.



3193
3194
3195
# File 'sig/types.rbs', line 3193

def custom_posix_user_config
  @custom_posix_user_config
end

#execution_role::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


3187
3188
3189
# File 'sig/types.rbs', line 3187

def execution_role
  @execution_role
end

#jupyter_lab_app_settingsTypes::JupyterLabAppSettings

Returns the value of attribute jupyter_lab_app_settings.



3191
3192
3193
# File 'sig/types.rbs', line 3191

def jupyter_lab_app_settings
  @jupyter_lab_app_settings
end

#jupyter_server_app_settingsTypes::JupyterServerAppSettings

Returns the value of attribute jupyter_server_app_settings.



3189
3190
3191
# File 'sig/types.rbs', line 3189

def jupyter_server_app_settings
  @jupyter_server_app_settings
end

#kernel_gateway_app_settingsTypes::KernelGatewayAppSettings

Returns the value of attribute kernel_gateway_app_settings.



3190
3191
3192
# File 'sig/types.rbs', line 3190

def kernel_gateway_app_settings
  @kernel_gateway_app_settings
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


3188
3189
3190
# File 'sig/types.rbs', line 3188

def security_groups
  @security_groups
end

#space_storage_settingsTypes::DefaultSpaceStorageSettings

Returns the value of attribute space_storage_settings.



3192
3193
3194
# File 'sig/types.rbs', line 3192

def space_storage_settings
  @space_storage_settings
end