Class: Aws::CodeBuild::Types::BatchGetProjectsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetProjectsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#names ⇒ Array<String>
The names or ARNs of the build projects.
Instance Attribute Details
#names ⇒ Array<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.
147 148 149 150 151 |
# File 'lib/aws-sdk-codebuild/types.rb', line 147 class BatchGetProjectsInput < Struct.new( :names) SENSITIVE = [] include Aws::Structure end |