Class: Aws::Types::AwsLambdaFunctionEnvironment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::AwsLambdaFunctionEnvironmentError

Returns the value of attribute error.



3146
3147
3148
# File 'sig/types.rbs', line 3146

def error
  @error
end

#variables::Hash[::String, ::String]

Returns the value of attribute variables.

Returns:

  • (::Hash[::String, ::String])


3145
3146
3147
# File 'sig/types.rbs', line 3145

def variables
  @variables
end