Struct rusoto_codebuild::BatchGetBuildsInput [] [src]

pub struct BatchGetBuildsInput {
    pub ids: Vec<String>,
}

Fields

The IDs of the builds.

Trait Implementations

impl Default for BatchGetBuildsInput
[src]

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

impl Debug for BatchGetBuildsInput
[src]

Formats the value using the given formatter.

impl Clone for BatchGetBuildsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more