Struct rusoto_codebuild::EnvironmentLanguage [] [src]

pub struct EnvironmentLanguage {
    pub images: Option<Vec<EnvironmentImage>>,
    pub language: Option<String>,
}

A set of Docker images that are related by programming language and are managed by AWS CodeBuild.

Fields

The list of Docker images that are related by the specified programming language.

The programming language for the Docker images.

Trait Implementations

impl Default for EnvironmentLanguage
[src]

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

impl Debug for EnvironmentLanguage
[src]

Formats the value using the given formatter.

impl Clone for EnvironmentLanguage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more