Struct rusoto_codebuild::BatchGetProjectsOutput [] [src]

pub struct BatchGetProjectsOutput {
    pub projects: Option<Vec<Project>>,
    pub projects_not_found: Option<Vec<String>>,
}

Fields

Information about the requested build projects.

The names of build projects for which information could not be found.

Trait Implementations

impl Default for BatchGetProjectsOutput
[src]

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

impl Debug for BatchGetProjectsOutput
[src]

Formats the value using the given formatter.

impl Clone for BatchGetProjectsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more