Class: Aws::CodeBuild::Types::DeleteBuildBatchOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#builds_deletedArray<String>

An array of strings that contain the identifiers of the builds that were deleted.

Returns:

  • (Array<String>)


1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-codebuild/types.rb', line 1916

class DeleteBuildBatchOutput < Struct.new(
  :status_code,
  :builds_deleted,
  :builds_not_deleted)
  SENSITIVE = []
  include Aws::Structure
end

#builds_not_deletedArray<Types::BuildNotDeleted>

An array of ‘BuildNotDeleted` objects that specify the builds that could not be deleted.

Returns:



1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-codebuild/types.rb', line 1916

class DeleteBuildBatchOutput < Struct.new(
  :status_code,
  :builds_deleted,
  :builds_not_deleted)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

The status code.

Returns:

  • (String)


1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-codebuild/types.rb', line 1916

class DeleteBuildBatchOutput < Struct.new(
  :status_code,
  :builds_deleted,
  :builds_not_deleted)
  SENSITIVE = []
  include Aws::Structure
end