Struct rusoto_codebuild::EnvironmentImage [] [src]

pub struct EnvironmentImage {
    pub description: Option<String>,
    pub name: Option<String>,
}

Information about a Docker image that is managed by AWS CodeBuild.

Fields

The description of the Docker image.

The name of the Docker image.

Trait Implementations

impl Default for EnvironmentImage
[src]

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

impl Debug for EnvironmentImage
[src]

Formats the value using the given formatter.

impl Clone for EnvironmentImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more