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.
6873 6874 6875 |
# File 'sig/types.rbs', line 6873 def container_config @container_config end |
#file_system_config ⇒ Types::FileSystemConfig
Returns the value of attribute file_system_config.
6872 6873 6874 |
# File 'sig/types.rbs', line 6872 def file_system_config @file_system_config end |