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.
164 165 166 167 168 169 |
# File 'lib/aws-sdk-codebuild/types.rb', line 164 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.
164 165 166 167 168 169 |
# File 'lib/aws-sdk-codebuild/types.rb', line 164 class BatchGetProjectsOutput < Struct.new( :projects, :projects_not_found) SENSITIVE = [] include Aws::Structure end |