Struct rusoto_codecommit::BatchGetRepositoriesOutput [] [src]

pub struct BatchGetRepositoriesOutput {
    pub repositories: Option<Vec<RepositoryMetadata>>,
    pub repositories_not_found: Option<Vec<String>>,
}

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]

[src]

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

impl Debug for BatchGetRepositoriesOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchGetRepositoriesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations