Struct rusoto_codebuild::BatchGetProjectsInput [] [src]

pub struct BatchGetProjectsInput {
    pub names: Vec<String>,
}

Fields

The names of the build projects.

Trait Implementations

impl Default for BatchGetProjectsInput
[src]

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

impl Debug for BatchGetProjectsInput
[src]

Formats the value using the given formatter.

impl Clone for BatchGetProjectsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more