Struct rusoto_codebuild::ListBuildsOutput [] [src]

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

Fields

A list of build IDs, 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 ListBuildsOutput
[src]

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

impl Debug for ListBuildsOutput
[src]

Formats the value using the given formatter.

impl Clone for ListBuildsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more