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

Class: Aws::CodeCommit::Types::BatchGetCommitsInput

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

Overview

Note:

When passing BatchGetCommitsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idsArray<String>

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

You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

Returns:

  • (Array<String>)

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

#repository_nameString

The name of the repository that contains the commits.

Returns:

  • (String)

    The name of the repository that contains the commits.