Class: Aws::Types::BatchDeleteCodeReviewsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deleted::Array[::String]

Returns the value of attribute deleted.

Returns:

  • (::Array[::String])


143
144
145
# File 'sig/types.rbs', line 143

def deleted
  @deleted
end

#failed::Array[Types::DeleteCodeReviewFailure]

Returns the value of attribute failed.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def failed
  @failed
end