View source: R/codecommit_operations.R
codecommit_get_commit | R Documentation |
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.
codecommit_get_commit(repositoryName, commitId)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.