class Aws::CodeCommit::Types::GetBranchInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetBranchInput AWS API Documentation
@return [String]
The name of the branch for which you want to retrieve information.
@!attribute [rw] branch_name
@return [String]
want to retrieve information.
The name of the repository that contains the branch for which you
@!attribute [rw] repository_name
}
branch_name: “BranchName”,
repository_name: “RepositoryName”,
{
data as a hash:
@note When making an API call, you may pass GetBranchInput
Represents the input of a get branch operation.