Class: Aws::Types::LambdaLinuxProcessParams
- Inherits:
-
Object
- Object
- Aws::Types::LambdaLinuxProcessParams
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_params ⇒ Types::LambdaContainerParams
Returns the value of attribute container_params.
-
#isolation_mode ⇒ "GreengrassContainer", "NoContainer"
Returns the value of attribute isolation_mode.
Instance Attribute Details
#container_params ⇒ Types::LambdaContainerParams
Returns the value of attribute container_params.
510 511 512 |
# File 'sig/types.rbs', line 510 def container_params @container_params end |
#isolation_mode ⇒ "GreengrassContainer", "NoContainer"
Returns the value of attribute isolation_mode.
509 510 511 |
# File 'sig/types.rbs', line 509 def isolation_mode @isolation_mode end |