Module: Aws::CodeBuild::Client::_BatchGetBuildBatchesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetBuildBatchesOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#build_batches ⇒ ::Array[Types::BuildBatch]
95 |
# File 'sig/client.rbs', line 95
def build_batches: () -> ::Array[Types::BuildBatch]
|
#build_batches_not_found ⇒ ::Array[::String]
96 |
# File 'sig/client.rbs', line 96
def build_batches_not_found: () -> ::Array[::String]
|