You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lambda::Types::EnvironmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The results of an operation to update or read environment variables. If the operation is successful, the response contains the environment variables. If it failed, the response contains details about the error.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::EnvironmentError

Error messages for environment variables that couldn\'t be applied.

Returns:

#variablesHash<String,String>

Environment variable key-value pairs.

Returns:

  • (Hash<String,String>)

    Environment variable key-value pairs.