Class: Aws::Types::BatchDeleteThreatModelsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteThreatModelsOutput
- 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::DeleteThreatModelFailure]
Returns the value of attribute failed.
Instance Attribute Details
#deleted ⇒ ::Array[::String]
Returns the value of attribute deleted.
179 180 181 |
# File 'sig/types.rbs', line 179 def deleted @deleted end |
#failed ⇒ ::Array[Types::DeleteThreatModelFailure]
Returns the value of attribute failed.
180 181 182 |
# File 'sig/types.rbs', line 180 def failed @failed end |