Struct rusoto_codebuild::EnvironmentPlatform [] [src]

pub struct EnvironmentPlatform {
    pub languages: Option<Vec<EnvironmentLanguage>>,
    pub platform: Option<String>,
}

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

Fields

The list of programming languages that are available for the specified platform.

The platform's name.

Trait Implementations

impl Default for EnvironmentPlatform
[src]

[src]

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

impl Debug for EnvironmentPlatform
[src]

[src]

Formats the value using the given formatter.

impl Clone for EnvironmentPlatform
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more