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


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

def deleted
  @deleted
end

#failed::Array[Types::DeleteCodeReviewFailure]

Returns the value of attribute failed.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def failed
  @failed
end