class Aws::CodeCommit::Types::ListBranchesInput
@return [String]
An enumeration token that allows the operation to batch the results.
@!attribute [rw] next_token
@return [String]
The name of the repository that contains the branches.
@!attribute [rw] repository_name
}
next_token: “NextToken”,
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, pass ListBranchesInput
Represents the input of a list branches operation.