Class: Aws::Types::CodeEditorAppImageConfig
- Inherits:
-
Object
- Object
- Aws::Types::CodeEditorAppImageConfig
- 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.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def container_config @container_config end |
#file_system_config ⇒ Types::FileSystemConfig
Returns the value of attribute file_system_config.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def file_system_config @file_system_config end |