Class: Aws::Types::KernelGatewayImageConfig
- Inherits:
-
Object
- Object
- Aws::Types::KernelGatewayImageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_config ⇒ Types::FileSystemConfig
Returns the value of attribute file_system_config.
-
#kernel_specs ⇒ ::Array[Types::KernelSpec]
Returns the value of attribute kernel_specs.
Instance Attribute Details
#file_system_config ⇒ Types::FileSystemConfig
Returns the value of attribute file_system_config.
6909 6910 6911 |
# File 'sig/types.rbs', line 6909 def file_system_config @file_system_config end |
#kernel_specs ⇒ ::Array[Types::KernelSpec]
Returns the value of attribute kernel_specs.
6908 6909 6910 |
# File 'sig/types.rbs', line 6908 def kernel_specs @kernel_specs end |