Struct rusoto_codecommit::BatchGetRepositoriesOutput [] [src]

pub struct BatchGetRepositoriesOutput {
    pub repositories: Option<RepositoryMetadataList>,
    pub repositories_not_found: Option<RepositoryNotFoundList>,
}

Represents the output of a batch get repositories operation.

Fields

A list of repositories returned by the batch get repositories operation.

Returns a list of repository names for which information could not be found.

Trait Implementations

impl Default for BatchGetRepositoriesOutput
[src]

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

impl Debug for BatchGetRepositoriesOutput
[src]

Formats the value using the given formatter.

impl Clone for BatchGetRepositoriesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more