codecommit_list_branches {paws.developer.tools}R Documentation

Gets information about one or more branches in a repository

Description

Gets information about one or more branches in a repository.

See https://www.paws-r-sdk.com/docs/codecommit_list_branches/ for full documentation.

Usage

codecommit_list_branches(repositoryName, nextToken = NULL)

Arguments

repositoryName

[required] The name of the repository that contains the branches.

nextToken

An enumeration token that allows the operation to batch the results.


[Package paws.developer.tools version 0.9.0 Index]