class
Amazonite::Lambda::EnvironmentResponse
- Amazonite::Lambda::EnvironmentResponse
- Reference
- Object
Overview
The results of an operation to update or read environment variables. If the operation succeeds, the response contains the environment variables. If it fails, the response contains details about the error.
Included Modules
- JSON::Serializable
Defined in:
lambda/environment_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(variables : Hash(String, String) | Nil = nil, error : EnvironmentError | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error : EnvironmentError | Nil
Error messages for environment variables that couldn't be applied.
-
#error=(error : EnvironmentError | Nil)
Error messages for environment variables that couldn't be applied.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
-
#variables : Hash(String, String) | Nil
Environment variable key-value pairs.
-
#variables=(variables : Hash(String, String) | Nil)
Environment variable key-value pairs.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Error messages for environment variables that couldn't be applied.
Error messages for environment variables that couldn't be applied.
Environment variable key-value pairs. Omitted from CloudTrail logs.
Environment variable key-value pairs. Omitted from CloudTrail logs.