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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


117
118
119
120
121
# File 'lib/aws-sdk-codebuild/types.rb', line 117

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