Class: Aws::Types::AwsLambdaFunctionEnvironment
- Inherits:
-
Object
- Object
- Aws::Types::AwsLambdaFunctionEnvironment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::AwsLambdaFunctionEnvironmentError
Returns the value of attribute error.
-
#variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute variables.
Instance Attribute Details
#error ⇒ Types::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.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def variables @variables end |