Struct rusoto_codebuild::ListCuratedEnvironmentImagesOutput [] [src]

pub struct ListCuratedEnvironmentImagesOutput {
    pub platforms: Option<Vec<EnvironmentPlatform>>,
}

Fields

Information about supported platforms for Docker images that are managed by AWS CodeBuild.

Trait Implementations

impl Default for ListCuratedEnvironmentImagesOutput
[src]

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

impl Debug for ListCuratedEnvironmentImagesOutput
[src]

Formats the value using the given formatter.

impl Clone for ListCuratedEnvironmentImagesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more