class Aws::CodeCommit::Types::BatchGetCommitsInput

@note When making an API call, you may pass BatchGetCommitsInput

data as a hash:

    {
      commit_ids: ["ObjectId"], # required
      repository_name: "RepositoryName", # required
    }

@!attribute [rw] commit_ids

The full commit IDs of the commits to get information about.

<note markdown="1"> You must supply the full SHA IDs of each commit. You cannot use
shortened SHA IDs.

 </note>
@return [Array<String>]

@!attribute [rw] repository_name

The name of the repository that contains the commits.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/BatchGetCommitsInput AWS API Documentation

Constants

SENSITIVE