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>)


2011
2012
2013
2014
2015
2016
2017
# File 'lib/aws-sdk-codebuild/types.rb', line 2011

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:



2011
2012
2013
2014
2015
2016
2017
# File 'lib/aws-sdk-codebuild/types.rb', line 2011

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

#status_codeString

The status code.

Returns:

  • (String)


2011
2012
2013
2014
2015
2016
2017
# File 'lib/aws-sdk-codebuild/types.rb', line 2011

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