Struct rusoto_codecommit::GetBranchInput [] [src]

pub struct GetBranchInput {
    pub branch_name: Option<String>,
    pub repository_name: Option<String>,
}

Represents the input of a get branch operation.

Fields

The name of the branch for which you want to retrieve information.

The name of the repository that contains the branch for which you want to retrieve information.

Trait Implementations

impl Default for GetBranchInput
[src]

[src]

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

impl Debug for GetBranchInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetBranchInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations