Struct rusoto_lambda::Environment [] [src]

pub struct Environment {
    pub variables: Option<HashMap<String, String>>,
}

The parent object that contains your environment's configuration settings.

Fields

The key-value pairs that represent your environment's configuration settings.

Trait Implementations

impl Default for Environment
[src]

Returns the "default value" for a type. Read more

impl Debug for Environment
[src]

Formats the value using the given formatter.

impl Clone for Environment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more