Struct rusoto_codebuild::EnvironmentVariable [] [src]

pub struct EnvironmentVariable {
    pub name: NonEmptyString,
    pub value: String,
}

Information about an environment variable for a build project or a build.

Fields

The name or key of the environment variable.

The value of the environment variable.

Trait Implementations

impl Default for EnvironmentVariable
[src]

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

impl Debug for EnvironmentVariable
[src]

Formats the value using the given formatter.

impl Clone for EnvironmentVariable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more