Struct rusoto_codecommit::GetRepositoryInput [] [src]

pub struct GetRepositoryInput {
    pub repository_name: RepositoryName,
}

Represents the input of a get repository operation.

Fields

The name of the repository to get information about.

Trait Implementations

impl Default for GetRepositoryInput
[src]

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

impl Debug for GetRepositoryInput
[src]

Formats the value using the given formatter.

impl Clone for GetRepositoryInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more