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