Struct rusoto_codebuild::ListProjectsOutput [] [src]

pub struct ListProjectsOutput {
    pub next_token: Option<String>,
    pub projects: Option<Vec<String>>,
}

Fields

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.

The list of build project names, with each build project name representing a single build project.

Trait Implementations

impl Default for ListProjectsOutput
[src]

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

impl Debug for ListProjectsOutput
[src]

Formats the value using the given formatter.

impl Clone for ListProjectsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more