Class: Aws::CodeBuild::Types::BatchDeleteBuildsOutput

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>

The IDs of the builds that were successfully deleted.

Returns:

  • (Array<String>)


42
43
44
45
46
47
# File 'lib/aws-sdk-codebuild/types.rb', line 42

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

#builds_not_deletedArray<Types::BuildNotDeleted>

Information about any builds that could not be successfully deleted.

Returns:



42
43
44
45
46
47
# File 'lib/aws-sdk-codebuild/types.rb', line 42

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