Class: Aws::Types::FunctionExecutionConfig

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")


590
591
592
# File 'sig/types.rbs', line 590

def isolation_mode
  @isolation_mode
end

#run_asTypes::FunctionRunAsConfig

Returns the value of attribute run_as.



591
592
593
# File 'sig/types.rbs', line 591

def run_as
  @run_as
end