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.
145 146 147 |
# File 'sig/types.rbs', line 145 def deleted @deleted end |
#failed ⇒ ::Array[Types::DeleteCodeReviewFailure]
Returns the value of attribute failed.
146 147 148 |
# File 'sig/types.rbs', line 146 def failed @failed end |