Struct rusoto_codebuild::BatchGetBuildsOutput [] [src]

pub struct BatchGetBuildsOutput {
    pub builds: Option<Vec<Build>>,
    pub builds_not_found: Option<Vec<String>>,
}

Fields

Information about the requested builds.

The IDs of builds for which information could not be found.

Trait Implementations

impl Default for BatchGetBuildsOutput
[src]

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

impl Debug for BatchGetBuildsOutput
[src]

Formats the value using the given formatter.

impl Clone for BatchGetBuildsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more