Class: Aws::CodeBuild::Types::BatchGetBuildBatchesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchGetBuildBatchesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_batches ⇒ Array<Types::BuildBatch>
An array of ‘BuildBatch` objects that represent the retrieved batch builds.
-
#build_batches_not_found ⇒ Array<String>
An array that contains the identifiers of any batch builds that are not found.
Instance Attribute Details
#build_batches ⇒ Array<Types::BuildBatch>
An array of ‘BuildBatch` objects that represent the retrieved batch builds.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-codebuild/types.rb', line 73 class BatchGetBuildBatchesOutput < Struct.new( :build_batches, :build_batches_not_found) SENSITIVE = [] include Aws::Structure end |
#build_batches_not_found ⇒ Array<String>
An array that contains the identifiers of any batch builds that are not found.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-codebuild/types.rb', line 73 class BatchGetBuildBatchesOutput < Struct.new( :build_batches, :build_batches_not_found) SENSITIVE = [] include Aws::Structure end |