Class: Aws::CodeBuild::Types::BatchGetProjectsOutput

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

#projectsArray<Types::Project>

Information about the requested build projects.

Returns:



164
165
166
167
168
169
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 164

class BatchGetProjectsOutput < Struct.new(
  :projects,
  :projects_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#projects_not_foundArray<String>

The names of build projects for which information could not be found.

Returns:

  • (Array<String>)


164
165
166
167
168
169
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 164

class BatchGetProjectsOutput < Struct.new(
  :projects,
  :projects_not_found)
  SENSITIVE = []
  include Aws::Structure
end