Class: Aws::Types::FunctionDefaultExecutionConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#isolation_mode"GreengrassContainer", "NoContainer"

Returns the value of attribute isolation_mode.

Returns:

  • ("GreengrassContainer", "NoContainer")


578
579
580
# File 'sig/types.rbs', line 578

def isolation_mode
  @isolation_mode
end

#run_asTypes::FunctionRunAsConfig

Returns the value of attribute run_as.



579
580
581
# File 'sig/types.rbs', line 579

def run_as
  @run_as
end