class Aws::CodeCommit::Types::ListBranchesInput

Represents the input of a list branches operation.

@note When making an API call, you may pass ListBranchesInput

data as a hash:

    {
      repository_name: "RepositoryName", # required
      next_token: "NextToken",
    }

@!attribute [rw] repository_name

The name of the repository that contains the branches.
@return [String]

@!attribute [rw] next_token

An enumeration token that allows the operation to batch the results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/ListBranchesInput AWS API Documentation

Constants

SENSITIVE