NAME
Paws::CodeCommit::BatchGetCommitsOutput
ATTRIBUTES
Commits => ArrayRef[Paws::CodeCommit::Commit]
An array of commit data type objects, each of which contains information about a specified commit.
Errors => ArrayRef[Paws::CodeCommit::BatchGetCommitsError]
Returns any commit IDs for which information could not be found. For example, if one of the commit IDs was a shortened SHA ID or that commit was not found in the specified repository, the ID returns an error object with more information.