codecommit_get_commit {paws.developer.tools} | R Documentation |
Returns information about a commit, including commit message and committer information
Description
Returns information about a commit, including commit message and committer information.
See https://www.paws-r-sdk.com/docs/codecommit_get_commit/ for full documentation.
Usage
codecommit_get_commit(repositoryName, commitId)
Arguments
repositoryName |
[required] The name of the repository to which the commit was made. |
commitId |
[required] The commit ID. Commit IDs are the full SHA ID of the commit. |
[Package paws.developer.tools version 0.7.0 Index]