Class: Aws::CodeBuild::Types::BatchGetProjectsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetProjectsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#projects ⇒ Array<Types::Project>
Information about the requested build projects.
-
#projects_not_found ⇒ Array<String>
The names of build projects for which information could not be found.
Instance Attribute Details
#projects ⇒ Array<Types::Project>
Information about the requested build projects.
200 201 202 203 204 205 |
# File 'lib/aws-sdk-codebuild/types.rb', line 200 class BatchGetProjectsOutput < Struct.new( :projects, :projects_not_found) SENSITIVE = [] include Aws::Structure end |
#projects_not_found ⇒ Array<String>
The names of build projects for which information could not be found.
200 201 202 203 204 205 |
# File 'lib/aws-sdk-codebuild/types.rb', line 200 class BatchGetProjectsOutput < Struct.new( :projects, :projects_not_found) SENSITIVE = [] include Aws::Structure end |