Method: Aws::CodeBuild::Types::DeleteBuildBatchOutput#builds_deleted
- Defined in:
- lib/aws-sdk-codebuild/types.rb
#builds_deleted ⇒ Array<String>
An array of strings that contain the identifiers of the builds that were deleted.
2295 2296 2297 2298 2299 2300 2301 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2295 class DeleteBuildBatchOutput < Struct.new( :status_code, :builds_deleted, :builds_not_deleted) SENSITIVE = [] include Aws::Structure end |