Struct rusoto_codebuild::ListBuildsForProjectOutput [] [src]

pub struct ListBuildsForProjectOutput {
    pub ids: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Fields

A list of build IDs for the specified build project, with each build ID representing a single build.

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.

Trait Implementations

impl Default for ListBuildsForProjectOutput
[src]

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

impl Debug for ListBuildsForProjectOutput
[src]

Formats the value using the given formatter.

impl Clone for ListBuildsForProjectOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more