You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::BatchGetCommitsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#commitsArray<Types::Commit>

An array of commit data type objects, each of which contains information about a specified commit.

Returns:

  • (Array<Types::Commit>)

    An array of commit data type objects, each of which contains information about a specified commit.

#errorsArray<Types::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.

Returns: