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

Class: Aws::CodeCommit::Types::BatchGetRepositoriesInput

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

Overview

Note:

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

{
  repository_names: ["RepositoryName"], # required
}

Represents the input of a batch get repositories operation.

Instance Attribute Summary collapse

Instance Attribute Details

#repository_namesArray<String>

The names of the repositories to get information about.

The length constraint limit is for each string in the array. The array itself can be empty.

Returns:

  • (Array<String>)

    The names of the repositories to get information about.