Struct rusoto_codebuild::EnvironmentVariable [] [src]

pub struct EnvironmentVariable {
    pub name: String,
    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.

We strongly discourage using environment variables to store sensitive values, especially AWS secret key IDs and secret access keys. Environment variables can be displayed in plain text using tools such as the AWS CodeBuild console and the AWS Command Line Interface (AWS CLI).

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