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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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 Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.

Returns:

  • (Array<String>)


147
148
149
150
151
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 147

class BatchGetProjectsInput < Struct.new(
  :names)
  SENSITIVE = []
  include Aws::Structure
end