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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Note:

When making an API call, you may pass BatchGetProjectsInput data as a hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#namesArray<String>

The names of the build projects.

Returns:

  • (Array<String>)


92
93
94
95
# File 'lib/aws-sdk-codebuild/types.rb', line 92

class BatchGetProjectsInput < Struct.new(
  :names)
  include Aws::Structure
end