Class: Aws::Types::LambdaLinuxProcessParams

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • ("GreengrassContainer", "NoContainer")


509
510
511
# File 'sig/types.rbs', line 509

def isolation_mode
  @isolation_mode
end