Class: Aws::Types::JupyterLabAppImageConfig
- Inherits:
-
Object
- Object
- Aws::Types::JupyterLabAppImageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_config ⇒ Types::ContainerConfig
Returns the value of attribute container_config.
-
#file_system_config ⇒ Types::FileSystemConfig
Returns the value of attribute file_system_config.
Instance Attribute Details
#container_config ⇒ Types::ContainerConfig
Returns the value of attribute container_config.
6935 6936 6937 |
# File 'sig/types.rbs', line 6935 def container_config @container_config end |
#file_system_config ⇒ Types::FileSystemConfig
Returns the value of attribute file_system_config.
6934 6935 6936 |
# File 'sig/types.rbs', line 6934 def file_system_config @file_system_config end |