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.
181 182 183 |
# File 'sig/types.rbs', line 181 def deleted @deleted end |
#failed ⇒ ::Array[Types::DeleteThreatModelFailure]
Returns the value of attribute failed.
182 183 184 |
# File 'sig/types.rbs', line 182 def failed @failed end |