Class: Aws::Types::DefaultSpaceSettings
- Inherits:
-
Object
- Object
- Aws::Types::DefaultSpaceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#space_storage_settings ⇒ Types::DefaultSpaceStorageSettings
Returns the value of attribute space_storage_settings.
Instance Attribute Details
#custom_file_system_configs ⇒ ::Array[Types::CustomFileSystemConfig]
Returns the value of attribute custom_file_system_configs.
3194 3195 3196 |
# File 'sig/types.rbs', line 3194 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.
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.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def execution_role @execution_role end |
#jupyter_lab_app_settings ⇒ Types::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_settings ⇒ Types::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_settings ⇒ Types::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.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def security_groups @security_groups end |
#space_storage_settings ⇒ Types::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 |