Class: Aws::Types::DeleteBuildBatchOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#builds_deleted::Array[::String]

Returns the value of attribute builds_deleted.

Returns:



421
422
423
# File 'sig/types.rbs', line 421

def builds_deleted
  @builds_deleted
end

#builds_not_deleted::Array[Types::BuildNotDeleted]

Returns the value of attribute builds_not_deleted.

Returns:



422
423
424
# File 'sig/types.rbs', line 422

def builds_not_deleted
  @builds_not_deleted
end

#status_code::String

Returns the value of attribute status_code.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def status_code
  @status_code
end