Class: Aws::Types::BatchDeleteCodeReviewsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteCodeReviewsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deleted ⇒ ::Array[::String]
Returns the value of attribute deleted.
-
#failed ⇒ ::Array[Types::DeleteCodeReviewFailure]
Returns the value of attribute failed.
Instance Attribute Details
#deleted ⇒ ::Array[::String]
Returns the value of attribute deleted.
143 144 145 |
# File 'sig/types.rbs', line 143 def deleted @deleted end |
#failed ⇒ ::Array[Types::DeleteCodeReviewFailure]
Returns the value of attribute failed.
144 145 146 |
# File 'sig/types.rbs', line 144 def failed @failed end |