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

Class: Aws::CodeBuild::Types::BatchGetProjectsInput

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

Overview

Note:

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

{
  names: ["NonEmptyString"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#namesArray<String>

The names or ARNs of the build projects. To get information about a project shared with your AWS account, its ARN must be specified. You cannot specify a shared project using its name.

Returns:

  • (Array<String>)

    The names or ARNs of the build projects.